Skip to content

Commit

Permalink
Bump cinc to 18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jan 21, 2024
1 parent b1c676a commit 4d99c4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
with:
omnitruckUrl: omnitruck.cinc.sh
project: cinc-workstation
version: 23.7.1042
version: 23.12.1055
- name: Run Kitchen
working-directory: boxcutter-chef-cookbooks
run: |
kitchen test ${{ matrix.os }}
env:
CHEF_LICENSE: accept-no-persist
CHEF_VERSION: 18.2.7
CHEF_VERSION: 18.3.0
shellcheck:
runs-on: ubuntu-latest
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Expose matched filters as job 'cookbooks' output variable
cookbooks: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: boxcutter-chef-cookbooks
- uses: dorny/paths-filter@v2
Expand Down Expand Up @@ -40,11 +40,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: boxcutter-chef-cookbooks
- name: Checkout chef-cookbooks repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: boxcutter/chef-cookbooks
path: chef-cookbooks
Expand All @@ -53,11 +53,11 @@ jobs:
with:
omnitruckUrl: omnitruck.cinc.sh
project: cinc-workstation
version: 23.7.1042
version: 23.12.1055
- name: Run Kitchen
working-directory: boxcutter-chef-cookbooks/${{ matrix.cookbook }}
run: |
kitchen test
env:
CHEF_LICENSE: accept-no-persist
CHEF_VERSION: 18.2.7
CHEF_VERSION: 18.3.0

0 comments on commit 4d99c4c

Please sign in to comment.