File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
2- name : ' Test'
2+ name : " Test"
33
4- ' on ' :
4+ " on " :
55 pull_request :
66 push :
77 branches : [main]
1717 issues : write
1818
1919 integration :
20- needs : ' lint-unit'
20+ needs : " lint-unit"
2121 runs-on : ubuntu-latest
2222 strategy :
2323 matrix :
5555 - name : Check out code
5656 uses : actions/checkout@v2
5757 - name : Install Chef
58- uses : actionshub/chef-install@main
58+ uses : actionshub/chef-install@2.0.4
5959 - name : Dokken
60- uses : actionshub/test-kitchen@main
60+ uses : actionshub/test-kitchen@2.1.0
6161 env :
6262 CHEF_LICENSE : accept-no-persist
6363 KITCHEN_LOCAL_YAML : kitchen.dokken.yml
@@ -66,15 +66,15 @@ jobs:
6666 os : ${{ matrix.os }}
6767
6868 integration-macos :
69- needs : ' lint-unit'
69+ needs : " lint-unit"
7070 runs-on : macos-latest
7171 steps :
7272 - name : Check out code
7373 uses : actions/checkout@v2
7474 - name : Install Chef
75- uses : actionshub/chef-install@main
75+ uses : actionshub/chef-install@2.0.4
7676 - name : Kitchen Converge
77- uses : actionshub/test-kitchen@main
77+ uses : actionshub/test-kitchen@2.1.0
7878 env :
7979 CHEF_LICENSE : accept-no-persist
8080 KITCHEN_LOCAL_YAML : kitchen.macos.yml
9191 # Magic line for github actions to persist the change
9292 echo "JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
9393 - name : Kitchen Verify
94- uses : actionshub/test-kitchen@main
94+ uses : actionshub/test-kitchen@2.1.0
9595 env :
9696 CHEF_LICENSE : accept-no-persist
9797 KITCHEN_LOCAL_YAML : kitchen.macos.yml
You can’t perform that action at this time.
0 commit comments