diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1b067601b7..2ccdc08d909 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.2.0 + uses: docker/login-action@v4.4.0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io