Skip to content

Commit 8b2fc3a

Browse files
molefrogclaude
andcommitted
Bump actions/checkout to v5 (Node 24)
Silences the GitHub Actions deprecation warning about checkout@v4 targeting Node.js 20. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c0f8eef commit 8b2fc3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- uses: oven-sh/setup-bun@v2
2020
with:

0 commit comments

Comments
 (0)