File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257
257
- name : Upload coverage to Coveralls
258
258
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
259
259
if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
260
- uses : coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
260
+ uses : coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
261
261
with :
262
262
github-token : ${{ secrets.GITHUB_TOKEN }}
263
263
path-to-lcov : coverage.lcov
@@ -293,7 +293,7 @@ jobs:
293
293
294
294
steps :
295
295
- name : Coveralls Finished
296
- uses : coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
296
+ uses : coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
297
297
with :
298
298
github-token : ${{ secrets.github_token }}
299
299
parallel-finished : true
You can’t perform that action at this time.
0 commit comments