Skip to content

Commit e0b91d7

Browse files
authored
Merge pull request #161 from snapp-incubator/dependabot/github_actions/codecov/codecov-action-5.5.3
chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 64c4cba + f09c475 commit e0b91d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version-file: "go.mod"
2727
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
28-
- uses: codecov/codecov-action@v5.5.2
28+
- uses: codecov/codecov-action@v5.5.3
2929
with:
3030
files: coverage.out
3131
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)