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 @@ -234,7 +234,7 @@ jobs:
234
234
- name : Upload coverage to Coveralls
235
235
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
236
236
if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
237
- uses : coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # master
237
+ uses : coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # master
238
238
with :
239
239
github-token : ${{ secrets.GITHUB_TOKEN }}
240
240
path-to-lcov : coverage.lcov
@@ -270,7 +270,7 @@ jobs:
270
270
271
271
steps :
272
272
- name : Coveralls Finished
273
- uses : coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # master
273
+ uses : coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # master
274
274
with :
275
275
github-token : ${{ secrets.github_token }}
276
276
parallel-finished : true
You can’t perform that action at this time.
0 commit comments