Skip to content

Commit 379c746

Browse files
committed
chore(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 - #48
1 parent 131f045 commit 379c746

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
@@ -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

0 commit comments

Comments
 (0)