Skip to content

Commit 3654319

Browse files
Update Actions
1 parent d4aa65b commit 3654319

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: ci
88

99
jobs:
1010
lint-unit:
11-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@7.0.0
1212
permissions:
1313
checks: write
1414
pull-requests: write
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check out code
4040
uses: actions/checkout@v6
4141
- name: Install Cinc Workstation
42-
uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0
42+
uses: sous-chefs/.github/.github/actions/install-workstation@7.0.0
4343
- name: Dokken
4444
uses: actionshub/test-kitchen@3.0.0
4545
env:

.github/workflows/conventional-commits.yml

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

1212
jobs:
1313
conventional-commits:
14-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0
14+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@7.0.0
1515
permissions:
1616
pull-requests: read

.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@v5
20+
uses: actions/checkout@v6
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,7 +11,7 @@ name: prevent-file-change
1111

1212
jobs:
1313
prevent-file-change:
14-
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@6.0.0
14+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@7.0.0
1515
permissions:
1616
pull-requests: write
1717
secrets:

.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@6.0.0
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@7.0.0
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)