Skip to content

Commit e2f0cf3

Browse files
authored
Merge pull request #201 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.5.1
2 parents a503634 + f56f261 commit e2f0cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/disabled_vertices.txt -covermode=atomic ./tests/disabled_vertices
5454
cat ./coverage-ci/*.txt > ./coverage-ci/summary.txt
5555
56-
- uses: codecov/[email protected].0 # Docs: <https://github.com/codecov/codecov-action>
56+
- uses: codecov/[email protected].1 # Docs: <https://github.com/codecov/codecov-action>
5757
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)