]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 14 Jul 2021 05:29:28 +0000 (08:29 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 21 Jul 2021 13:20:01 +0000 (16:20 +0300)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...1.1.3)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
.github/workflows/js.yml

index 4303165dc9d706421af5767d7b19f52632a6e67c..10d94f6fdeb70e7cbf6b7905d95249bde34ef5a7 100644 (file)
@@ -46,7 +46,7 @@ jobs:
         run: npm run js-test
 
       - name: Run Coveralls
-        uses: coverallsapp/github-action@v1.1.2
+        uses: coverallsapp/github-action@1.1.3
         if: matrix.node == 14
         with:
           github-token: "${{ secrets.GITHUB_TOKEN }}"