1 parent bfdf5c5 commit 0769548Copy full SHA for 0769548
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
# See: https://github.com/pypy/pypy/issues/3808
58
TEST_SOCKETCAN: "${{ matrix.os == 'ubuntu-latest' && ! startsWith(matrix.env, 'pypy' ) }}"
59
- name: Coveralls Parallel
60
- uses: coverallsapp/github-action@8ee6e89ff5cc76ca13cca3fa9e2a8fe6da20c10d # v2.3.8
+ uses: coverallsapp/github-action@v2.3.8
61
with:
62
github-token: ${{ secrets.github_token }}
63
flag-name: Unittests-${{ matrix.os }}-${{ matrix.env }}
@@ -73,7 +73,7 @@ jobs:
73
fetch-depth: 0
74
persist-credentials: false
75
- name: Coveralls Finished
76
- uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # 2.3.7
77
78
79
parallel-finished: true
0 commit comments