Skip to content

Commit 7127993

Browse files
authored
Merge pull request #7 from mach-composer/dependabot/github_actions/github-actions-d109cd9e8b
chore(deps): bump codecov/codecov-action from 4 to 5 in the github-actions group
2 parents cbe1504 + a3b74cd commit 7127993

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: 'chore(deps): bump codecov/codecov-action from 4 to 5 in the github-actions group'
3+
time: 2024-12-01T17:12:45.650558308Z

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
2525

2626
- name: Upload to codecov
27-
uses: codecov/codecov-action@v4
27+
uses: codecov/codecov-action@v5
2828
with:
2929
verbose: true
3030

0 commit comments

Comments
 (0)