Skip to content

Commit b40aa94

Browse files
fclairambclaude
andcommitted
chore(ci): update all workflows to use actions/checkout@v6
Standardize all workflow files to use actions/checkout@v6: - build.yml: v6.0.1 -> v6 - claude-code-review.yml: v5 -> v6 - claude.yml: already on v6 Note: The claude-code-review workflow will fail validation on this PR because GitHub requires workflow files to match the main branch for security. Once this is merged to main, future PRs will work correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 2461037 commit b40aa94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE
37-
- uses: actions/checkout@v6.0.1
37+
- uses: actions/checkout@v6
3838

3939
# Running golangci-lint
4040
- name: Linting

.github/workflows/claude-code-review.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 1
3333

0 commit comments

Comments
 (0)