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 20, 2024
2 parents bffd908 + a8d849c commit 766eae2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
uses: actionshub/chef-install@3.0.0
- name: Dokken
uses: actionshub/test-kitchen@2.1.0
uses: actionshub/test-kitchen@3.0.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This file is used to list changes made in each version of the cron cookbook.

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

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

## 7.0.24 - *2024-05-02*

## 7.0.23 - *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 @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs cron'
version '7.0.23'
version '7.0.25'
source_url 'https://github.com/sous-chefs/cron'
issues_url 'https://github.com/sous-chefs/cron/issues'
chef_version '>= 12.15'
Expand Down

0 comments on commit 766eae2

Please sign in to comment.