Skip to content

Commit 005643b

Browse files
authored
Update github action modules (#12)
Signed-off-by: 1gtm <[email protected]>
1 parent 3c43e8e commit 005643b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Set up Go 1.x
18-
uses: actions/setup-go@v2
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: '1.23'
2121
id: go
2222

23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424

2525
- name: Build
2626
run: go build -v ./...

0 commit comments

Comments
 (0)