diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 51a412d..b06555b 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -145,7 +145,7 @@ jobs: attestations: write steps: - name: Login ghcr.io - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -226,7 +226,7 @@ jobs: run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT - name: Login ghcr.io - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: registry: ghcr.io username: ${{ github.actor }}