Skip to content

Commit

Permalink
Bump actionshub/chef-install from 2.0.4 to 3.0.0 (#38)
Browse files Browse the repository at this point in the history
Bumps [actionshub/chef-install](https://github.com/actionshub/chef-install) from 2.0.4 to 3.0.0.
- [Release notes](https://github.com/actionshub/chef-install/releases)
- [Commits](actionshub/chef-install@2.0.4...3.0.0)

---
updated-dependencies:
- dependency-name: actionshub/chef-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent aa2d706 commit bfe3fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
uses: actionshub/chef-install@3.0.0
- name: Run Cookstyle
run: chef exec cookstyle --display-cop-names --extra-details
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
uses: actionshub/chef-install@3.0.0
- name: Run RSpec
run: chef exec rspec -f j -o tmp/rspec_results.json -f p
env:
Expand Down

0 comments on commit bfe3fc2

Please sign in to comment.