Skip to content

Commit 8af3947

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--percona
2 parents 101f08a + dac6125 commit 8af3947

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: ci
99

1010
jobs:
1111
lint-unit:
12-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.1
12+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.0
1313
permissions:
1414
actions: write
1515
checks: write
@@ -79,9 +79,9 @@ jobs:
7979

8080
steps:
8181
- name: Check out code
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383
- name: Install Chef
84-
uses: sous-chefs/.github/.github/actions/install-workstation@8.0.1
84+
uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0
8585
- name: Install Policyfile
8686
run: chef install Policyfile.rb
8787
# https://github.com/actions/virtual-environments/issues/181#issuecomment-610874237

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: conventional-commits
1111

1212
jobs:
1313
conventional-commits:
14-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.1
14+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Check out code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: Install Chef
2222
uses: actionshub/chef-install@main
2323
- name: Install cookbooks

.github/workflows/prevent-file-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ name: prevent-file-change
1111

1212
jobs:
1313
prevent-file-change:
14-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.1
14+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0
1515
secrets:
1616
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
release:
19-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@8.0.1
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@9.0.0
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)