Skip to content

Commit

Permalink
Merge branch 'main' into automated/standardfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld authored May 23, 2024
2 parents 2e4ccaf + bd2a310 commit 7ffa8cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1
with:
platform: windows-latest
permissions:
Expand Down Expand Up @@ -46,9 +46,9 @@ 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: test-kitchen
uses: actionshub/test-kitchen@2.1.0
uses: actionshub/test-kitchen@3.0.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.exec.yml
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This file is used to list changes made in each version of the iis cookbook.

Standardise files with files in sous-chefs/repo-management

Standardise files with files in sous-chefs/repo-management
## 8.2.4 - *2024-05-02*

Standardise files with files in sous-chefs/repo-management
## 8.2.3 - *2024-05-02*

## 8.2.2 - *2023-12-21*

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
source_url 'https://github.com/sous-chefs/iis'
issues_url 'https://github.com/sous-chefs/iis/issues'
chef_version '>= 15.3'
version '8.2.2'
version '8.2.4'

supports 'windows'

0 comments on commit 7ffa8cb

Please sign in to comment.