From: Tom Hughes Date: Tue, 12 Sep 2023 15:11:54 +0000 (+0100) Subject: Merge remote-tracking branch 'github/pull/615' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/90a59222b042cc167019a9526585bf47533f5eba?hp=09a6946fdf3bae68108a1acd5389ce7a5df57f6a Merge remote-tracking branch 'github/pull/615' --- 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 }}