diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f96ab6..d5d607d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Log in to GHCR if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ghcr.io username: ${{ github.actor }}