Skip to content

Commit 0063f56

Browse files
authored
Merge pull request #364 from kubernetes-sigs/dependabot/github_actions/all-github-actions-b4dfff8731
Bump the all-github-actions group with 3 updates
2 parents 9babf01 + 51f96b8 commit 0063f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-go@v2
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-go@v5
1616
with:
1717
go-version: 1.19.3
1818
- name: Run go test with coverage
1919
run: COVER_PROFILE=coverage.txt make test
2020
- name: Codecov upload
21-
uses: codecov/codecov-action@v3.1.0
21+
uses: codecov/codecov-action@v4.4.1
2222
with:
2323
files: ./cover.out

0 commit comments

Comments
 (0)