diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cddb532..9ac1f65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.5 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6 permissions: actions: write checks: write diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a05ef0..80f51b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This file is used to list changes made in each version of the ark cookbook. - Update README +## 6.0.25 - *2023-09-28* + ## 6.0.24 - *2023-09-04* ## 6.0.23 - *2023-09-04* diff --git a/metadata.rb b/metadata.rb index 127e63bd..2132a80e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Provides a custom resource for installing runtime artifacts in a predictable fashion' -version '6.0.24' +version '6.0.25' source_url 'https://github.com/sous-chefs/ark' issues_url 'https://github.com/sous-chefs/ark/issues' chef_version '>= 15.3'