Skip to content

Commit 4009405

Browse files
brettstackclaude
andcommitted
ci: upgrade GitHub Actions to v6 for Node.js 24 compatibility
actions/checkout and actions/setup-node v4 run on Node.js 20 which is deprecated and will be removed from runners on September 16th, 2026. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4797214 commit 4009405

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
node-version: [22.x, 24.x]
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

@@ -48,10 +48,10 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
- name: Use Node.js 24.x
54-
uses: actions/setup-node@v4
54+
uses: actions/setup-node@v6
5555
with:
5656
node-version: 24.x
5757
- name: Install

0 commit comments

Comments
 (0)