Skip to content

Commit a483487

Browse files
authored
Upgrade GitHub Actions for Node 24 compatibility (#105)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 0a399bc commit a483487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: lint
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-go@v6
1515
with:
1616
go-version: 1.23
@@ -31,7 +31,7 @@ jobs:
3131
- "1.25"
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- uses: actions/setup-go@v6
3636
with:
3737
go-version: ${{ matrix.go-version }}

0 commit comments

Comments
 (0)