summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneha-p6 <neha.pansare@progress.com>2022-11-30 01:41:10 +0530
committerGitHub <noreply@github.com>2022-11-29 15:11:10 -0500
commita7ed4776159a8b3af1459b183d0925c730dbd801 (patch)
tree15bfc788ff4726aead638232cd276f16e5767691
parenta2c2277618d66d384c13e72f2e1be5bf8df69ce8 (diff)
downloadchef-a7ed4776159a8b3af1459b183d0925c730dbd801.tar.gz
Use correct action for code checkout (#13384)
Set clean_dokken_sandbox to false in kitchen dokken provisionor Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--.github/workflows/kitchen.yml2
-rw-r--r--kitchen-tests/kitchen.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 8dc84e2310..6a7d3f31a9 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -113,7 +113,7 @@ jobs:
CHEF_LICENSE: accept-no-persist
steps:
- name: Check out code
- uses: actions/checkout@master
+ uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 3e280edcb6..dcaa570b95 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -14,6 +14,7 @@ provisioner:
diff_disabled: true
always_dump_stacktrace: true
chef_license: "accept-no-persist"
+ clean_dokken_sandbox: false
lifecycle:
pre_converge: