Skip to content

Commit 9670772

Browse files
chore(deps): update actions to v6
1 parent 420d824 commit 9670772

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Check out code
72-
uses: actions/checkout@v5
72+
uses: actions/checkout@v6
7373
- name: Install Chef
7474
uses: actionshub/chef-install@main
7575
- name: Dokken

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Validate PR'
77

88
jobs:
99
conventional-commits:
10-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3
10+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@6.0.0
1111
permissions:
1212
pull-requests: read
1313
secrets: inherit

.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

0 commit comments

Comments
 (0)