aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-14 08:29:28 +0300
committerXhmikosR <[email protected]>2021-07-21 16:20:01 +0300
commit9cf31d9f8e54aa605d0982f372e3c830c598baec (patch)
tree2f98be70a19bbcca744b59c051e411db1396b206
parenta6618c437b49c53317a73b34fd5cf2ba5ecfeab9 (diff)
downloadbootstrap-9cf31d9f8e54aa605d0982f372e3c830c598baec.tar.xz
bootstrap-9cf31d9f8e54aa605d0982f372e3c830c598baec.zip
Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-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 4303165dc..10d94f6fd 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -46,7 +46,7 @@ jobs:
run: npm run js-test
- name: Run Coveralls
- uses: coverallsapp/[email protected]
+ uses: coverallsapp/[email protected]
if: matrix.node == 14
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"