Skip to content

Commit 1d5eb31

Browse files
manh-pendleclaude
andauthored
chore(ci): upgrade actions/checkout to v6 (#259)
GitHub removes Node.js 20 from hosted runners in Sept 2026 (force-default to Node 24 on June 2, 2026). actions/checkout@v4 and older majors run on Node 20 and will stop working. @v6 runs on Node 24 and adds credential-file isolation. Part of a workspace-wide sweep across 15 Pendle repos. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e50dfb7 commit 1d5eb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Deploy
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20 # Use a recommended Node.js version (Docusaurus requires >= 18)

0 commit comments

Comments
 (0)