diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index cb55b9b99..1e0f44322 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -129,7 +129,7 @@ jobs: fail-fast: false steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}