diff --git a/.github/workflows/ci-build-images.yaml b/.github/workflows/ci-build-images.yaml index 5c7a0598..079dc6fa 100644 --- a/.github/workflows/ci-build-images.yaml +++ b/.github/workflows/ci-build-images.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v7 # v6 df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Log in to GHCR - uses: docker/login-action@v4.5.2 # v4 650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@v4.6.0 # v4 650006c6eb7dba73a995cc03b0b2d7f5ca915bee with: registry: ghcr.io username: ${{ github.actor }}