From df1e50f63a07bc68206ec82fd66812a77f027f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:55:13 +0000 Subject: [PATCH] Update Actions to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c4a666..d07cffa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,9 @@ jobs: - name: Check out code uses: actions/checkout@v4 # v4 - name: Install Chef - uses: actionshub/chef-install@2.0.4 + uses: actionshub/chef-install@3.0.0 - name: Dokken - uses: actionshub/test-kitchen@2.1.0 + uses: actionshub/test-kitchen@3.0.0 env: CHEF_LICENSE: accept-no-persist KITCHEN_LOCAL_YAML: kitchen.dokken.yml