diff options
| author | XhmikosR <[email protected]> | 2021-01-28 23:31:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-02-17 06:54:38 +0200 |
| commit | 254de4cb42507f965caa337de949df33e3898d43 (patch) | |
| tree | 24a3cf120124edfc5f343db81784a4ef609df695 | |
| parent | a824d09ecdfccf5beef1fd8b2e0b594993ee850f (diff) | |
| download | bootstrap-254de4cb42507f965caa337de949df33e3898d43.tar.xz bootstrap-254de4cb42507f965caa337de949df33e3898d43.zip | |
CI: switch to the coverallsapp/github-action tag (#32919)
Unfortunately, they don't offer a `v1` tag
| -rw-r--r-- | .github/workflows/js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index c56a2dfdd..dd6ab7894 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -47,7 +47,7 @@ jobs: run: npm run js-test - name: Run Coveralls - uses: coverallsapp/github-action@master + uses: coverallsapp/[email protected] if: matrix.node == 14 with: github-token: "${{ secrets.GITHUB_TOKEN }}" |
