diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5317e78..4253d5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: with: buildkitd-flags: '--allow-insecure-entitlement network.host' - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}