]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: switch to the coverallsapp/github-action tag (#32919)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 28 Jan 2021 21:31:33 +0000 (23:31 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 21:31:33 +0000 (23:31 +0200)
Unfortunately, they don't offer a `v1` tag

.github/workflows/js.yml

index c56a2dfdd193e9ed2d502eeac4d180d0644de76a..dd6ab7894651cbcf498befaa987b61d65a3485c1 100644 (file)
@@ -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 }}"