diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index 08f9f02ae..ab37bd697 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -88,7 +88,7 @@ jobs: images: ghcr.io/${{ github.repository }}/cache flavor: | latest=${{ github.event_name != 'pull_request' }} - - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # 3.1.0 + - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # 3.2.0 with: registry: ghcr.io username: ${{ github.actor }}