Skip to content

Commit a2c31c1

Browse files
jnasbyupgradeclaude
andcommitted
ci: bump GitHub Actions to latest major versions
actions/checkout and other pinned actions had drifted behind their latest published major version, triggering Node.js deprecation warnings in CI logs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 1439666 commit a2c31c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: steps.gate.outputs.decision == 'run'
7979
# Intentionally tracks the major-version tag (not a pinned SHA) so
8080
# upstream fixes are picked up automatically.
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v7
8282
with:
8383
repository: ${{ github.event.pull_request.head.repo.full_name }}
8484
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout repository
3737
# Intentionally tracks the major-version tag (not a pinned SHA) so
3838
# upstream fixes are picked up automatically.
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v7
4040
with:
4141
fetch-depth: 1
4242
persist-credentials: false

0 commit comments

Comments
 (0)