diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index a057be5b3..1ef187ee4 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -398,7 +398,7 @@ jobs: path: /tmp/.buildx-cache/linux/arm64 - name: Login to GitHub Container Registry if: ${{ github.event_name != 'pull_request'}} - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ghcr.io username: ${{ github.actor }}