Skip to content

Commit 73ba95d

Browse files
committed
upgrade coveralls github action #5
1 parent 9c71fd3 commit 73ba95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
- name: Upload coverage to Coveralls
233233
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
234234
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
235-
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master
235+
uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master
236236
with:
237237
github-token: ${{ secrets.GITHUB_TOKEN }}
238238
path-to-lcov: coverage.lcov
@@ -265,7 +265,7 @@ jobs:
265265
runs-on: ubuntu-latest
266266
steps:
267267
- name: Coveralls Finished
268-
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master
268+
uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master
269269
with:
270270
github-token: ${{ secrets.github_token }}
271271
parallel-finished: true

0 commit comments

Comments
 (0)