Skip to content

Commit 77c9425

Browse files
committed
update actions
Signed-off-by: alexferl <[email protected]>
1 parent 0bfafc2 commit 77c9425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 2
12-
- uses: actions/setup-go@v2
12+
- uses: actions/setup-go@v5
1313
with:
1414
go-version: '1.22'
1515
- name: Run coverage
1616
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
1717
- name: Upload coverage to Codecov
18-
uses: codecov/codecov-action@v3
18+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)