Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-29 00:31:33 +0300
committerGitHub <noreply@github.com>2021-01-29 00:31:33 +0300
commit1fd34a1a2cbda6bcb55c206a1bae584c9f969923 (patch)
treef8545d593f99c1db22cbf06ca858b23561d6ee0c /.github
parenta838571c50de5d5e10b6de89faf595394ef35265 (diff)
CI: switch to the coverallsapp/github-action tag (#32919)
Unfortunately, they don't offer a `v1` tag
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml
index c56a2dfdd1..dd6ab78946 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/github-action@v1.1.2
if: matrix.node == 14
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"