Skip to content

Commit 7d1bac7

Browse files
hollesseclaude
andcommitted
Update GitHub Actions to Node.js 24 compatible versions in CI workflow
- actions/checkout: v4 → v6 - actions/setup-go: v5 → v6 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 306ad79 commit 7d1bac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
git-version: 2.20.0
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Install old git version (macOS)
1717
if: ${{ matrix.os == 'macos-latest' && matrix.git-version != 'latest'}}
1818
run: |
@@ -34,7 +34,7 @@ jobs:
3434
- name: Show git version
3535
run: git version
3636
- name: Use Go 1.22.x
37-
uses: actions/setup-go@v5
37+
uses: actions/setup-go@v6
3838
with:
3939
go-version: '1.22'
4040
- name: Test

0 commit comments

Comments
 (0)