Skip to content

Commit 786c34f

Browse files
chore(deps-dev): update shogo82148/actions-goveralls action to v1.9.0
1 parent 19a416b commit 786c34f

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@785c9d68212c91196d3994652647f8721918ba11 # v1.9.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@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0
3737
with:
3838
path-to-profile: coverage.out
3939
- name: Check if working tree is dirty

0 commit comments

Comments
 (0)