Skip to content

Commit ee52f83

Browse files
chore(deps): update actions/checkout action to v6
1 parent cb3cc18 commit ee52f83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
steps:
4747
- name: Checkout playbook source
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Setup Node.js
5151
uses: actions/setup-node@v5

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: read # Required for Claude to read CI results on PRs
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 1
3232

0 commit comments

Comments
 (0)