diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77c7f8a..8286e26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: echo "shortSha=$(echo "${{ github.sha }}" | cut -c1-7)" >> "$GITHUB_OUTPUT" - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}