Skip to content

Commit b64ced1

Browse files
update github workflow versions
1 parent d79c610 commit b64ced1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vulncheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
go-version: [ 1.22.7 ]
1818
steps:
1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v3
21-
- uses: actions/setup-go@v3
20+
uses: actions/checkout@v4
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
check-latest: true

0 commit comments

Comments
 (0)