Skip to content

Commit 1967124

Browse files
chore(deps): update all non-major dependencies
1 parent f243684 commit 1967124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
go test -v -covermode=count -coverprofile=coverage.out -run ^Test_
2424
2525
- name: Convert coverage to lcov
26-
uses: jandelgado/gcov2lcov-action@v1.0.9
26+
uses: jandelgado/gcov2lcov-action@v1.1.1
2727
with:
2828
infile: coverage.out
2929
outfile: coverage.lcov
3030

3131
- name: Coveralls
32-
uses: coverallsapp/github-action@v2.2.3
32+
uses: coverallsapp/github-action@v2.3.6
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)