diff --git a/.github/workflows/get-repo-config.yml b/.github/workflows/get-repo-config.yml index 8439187..e9c793b 100644 --- a/.github/workflows/get-repo-config.yml +++ b/.github/workflows/get-repo-config.yml @@ -81,7 +81,7 @@ jobs: steps: - name: Login to github container registry if: startsWith(inputs.registry, 'ghcr.io') - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 with: registry: ghcr.io username: ${{ github.actor }}