Skip to content

Commit e62aa7f

Browse files
chore(deps-dev): update shogo82148/actions-goveralls action to v1.7.0
1 parent 73bc98e commit e62aa7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Tests
2626
run: make test
2727
- name: Send go coverage report
28-
uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920 #v1.6.0
28+
uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04 # v1.7.0
2929
with:
3030
path-to-profile: coverage.out

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Tests
3434
run: make test
3535
- name: Send go coverage report
36-
uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920 #v1.6.0
36+
uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04 # v1.7.0
3737
with:
3838
path-to-profile: coverage.out
3939
- name: Check if working tree is dirty

0 commit comments

Comments
 (0)