diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8200c370c7..15742e64d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: # full length sha type=sha,format=long - name: Login to GitHub Container Registry - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io