From 81760169df1cb852902ba900dd87a42b7ea058b5 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 12:37:56 +0000 Subject: [PATCH] Update workflows Signed-off-by: Dan Webb --- .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 bd0da500..aaa1fefa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: "Lint & Unit Test" jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0 integration: needs: lint-unit @@ -38,7 +38,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 - name: Install Chef uses: actionshub/chef-install@2.0.4 - name: test-kitchen