We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932e700 commit 18fb507Copy full SHA for 18fb507
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- run: go test -coverprofile=coverage.txt -v -race ./...
40
41
- - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
42
if: >
43
!startsWith(github.head_ref, 'renovate/') &&
44
!startsWith(github.head_ref, 'releaser-pleaser--')
0 commit comments