diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e3b2c7..1261658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -975,7 +975,7 @@ jobs: - name: Log in to GitHub Container Registry if: | inputs.release-docker == true - uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: ghcr.io username: ${{ github.actor }}