Skip to content

Commit 286cbab

Browse files
build(deps): update codecov/codecov-action action to v5.5.3
1 parent 8e3e53f commit 286cbab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
go test -coverprofile=coverage.txt -v ./...
3535
- name: 'Coverage'
36-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
36+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
build:

0 commit comments

Comments
 (0)