Skip to content

Commit 8425cb8

Browse files
chore(deps): bump codecov/codecov-action from 5.3.0 to 5.3.1 (#110)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27c5535 commit 8425cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2222
- name: Codecov
23-
uses: codecov/codecov-action@v5.3.0
23+
uses: codecov/codecov-action@v5.3.1
2424
with:
2525
files: ./coverage.txt
2626
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)