diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index 63b7f4fed..376f83275 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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 with: registry: ghcr.io username: ${{ github.actor }}