From 1a8b2f76644abd9a351a877935f22d7cf03d4808 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Wed, 8 Jul 2026 00:11:56 -0700 Subject: [PATCH] Update GitHub Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5db5065b..297168cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v7.0.0 - if: ${{ github.event_name == 'push' }} - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 with: username: stephanmisc password: ${{ secrets.DOCKER_PASSWORD }}