Skip to content

Commit 75f6697

Browse files
chore(deps-dev): update shogo82148/actions-goveralls action to v1.10.0
1 parent 19a416b commit 75f6697

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@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.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@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
3737
with:
3838
path-to-profile: coverage.out
3939
- name: Check if working tree is dirty

0 commit comments

Comments
 (0)