Skip to content

Commit 3bf2323

Browse files
Antoine Cotelionello
Antoine Cote
authored andcommitted
Fixes #382 (partial) - Update github actions to node20
1 parent 93d1ad4 commit 3bf2323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go-test:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v4
@@ -38,7 +38,7 @@ jobs:
3838
permissions:
3939
contents: write # to upload archives as GitHub Releases
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0 # for release notes
4444

0 commit comments

Comments
 (0)