aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/js.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-14 06:51:40 +0200
committerGitHub <[email protected]>2023-03-14 06:51:40 +0200
commitebcb6c4262ce33c51066e31100e7d83fe915bd39 (patch)
treebbb28fb98ebad0bc2c5d868b6e87a733c3b8c4aa /.github/workflows/js.yml
parente00d06e45bf0b15c018c3313fb129d938f56cb2b (diff)
downloadbootstrap-ebcb6c4262ce33c51066e31100e7d83fe915bd39.tar.xz
bootstrap-ebcb6c4262ce33c51066e31100e7d83fe915bd39.zip
Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.4) --- 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>
Diffstat (limited to '.github/workflows/js.yml')
-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 10d6da330..642813a97 100644
--- a/.github/workflows/js.yml
+++ b/.github/workflows/js.yml
@@ -45,7 +45,7 @@ jobs:
run: npm run js-test
- name: Run Coveralls
- uses: coverallsapp/[email protected]
+ uses: coverallsapp/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: "./js/coverage/lcov.info"