Skip to content

Commit 330f103

Browse files
akoclaude
andcommitted
Bump GitHub Actions to v5 to resolve Node.js 20 deprecation
Update actions/checkout v4→v5 and actions/setup-go v4→v5 across all workflows (push-test, nightly, release) to use Node.js 24. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4c68a82 commit 330f103

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
nightly:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: actions/setup-go@v4
20+
- uses: actions/setup-go@v5
2121
with:
2222
go-version: '1.26'
2323

.github/workflows/push-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build-and-test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-go@v4
9+
- uses: actions/checkout@v5
10+
- uses: actions/setup-go@v5
1111
with:
1212
go-version: '1.26'
1313
- name: Build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@v4
18+
- uses: actions/setup-go@v5
1919
with:
2020
go-version: '1.26'
2121
- name: Build release binaries

0 commit comments

Comments
 (0)