Skip to content

Commit 0769548

Browse files
authored
Update Coveralls GitHub Action to v2.3.8
1 parent bfdf5c5 commit 0769548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# See: https://github.com/pypy/pypy/issues/3808
5858
TEST_SOCKETCAN: "${{ matrix.os == 'ubuntu-latest' && ! startsWith(matrix.env, 'pypy' ) }}"
5959
- name: Coveralls Parallel
60-
uses: coverallsapp/github-action@8ee6e89ff5cc76ca13cca3fa9e2a8fe6da20c10d # v2.3.8
60+
uses: coverallsapp/github-action@v2.3.8
6161
with:
6262
github-token: ${{ secrets.github_token }}
6363
flag-name: Unittests-${{ matrix.os }}-${{ matrix.env }}
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 0
7474
persist-credentials: false
7575
- name: Coveralls Finished
76-
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # 2.3.7
76+
uses: coverallsapp/github-action@v2.3.8
7777
with:
7878
github-token: ${{ secrets.github_token }}
7979
parallel-finished: true

0 commit comments

Comments
 (0)