Skip to content

Commit 78f7216

Browse files
chore(deps): update coverallsapp/github-action action to v2.3.0
1 parent 3540725 commit 78f7216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Run tests and generate coverage report
123123
run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
124124
- name: Upload coverage to Coveralls
125-
uses: coverallsapp/github-action@v2.2.0
125+
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
126126
with:
127127
file: ./lcov.info
128128

0 commit comments

Comments
 (0)