diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9af2157e5..352642a77 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -131,7 +131,7 @@ jobs: - name: Login to GHCR if: github.ref == 'refs/heads/main' - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }}