Skip to content

Commit

Permalink
Bump actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jan 20, 2024
1 parent 159c03f commit 433de31
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
# - name: Run rspec
# run: ./scripts/run_chefspec
- name: Run rubocop
run: ./scripts/run_rubocop .rubocop.yml
- name: Run rspec
run: ./scripts/run_chefspec
- name: Run cookstyle
run: ./scripts/run_cookstyle
kitchen:
Expand All @@ -36,11 +34,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 @@ -61,6 +59,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Shellcheck
uses: ludeeus/[email protected]

0 comments on commit 433de31

Please sign in to comment.