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:
257257 - name : Upload coverage to Coveralls
258258 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
259259 if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
260- uses : coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
260+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
261261 with :
262262 github-token : ${{ secrets.GITHUB_TOKEN }}
263263 path-to-lcov : coverage.lcov
@@ -293,7 +293,7 @@ jobs:
293293
294294 steps :
295295 - name : Coveralls Finished
296- uses : coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
296+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
297297 with :
298298 github-token : ${{ secrets.github_token }}
299299 parallel-finished : true
You can’t perform that action at this time.
0 commit comments