diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-28 10:56:37 +0000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-02 10:22:18 -0800 |
| commit | 8a725016fe0978244c5cd45ce4bdb19b1b91e669 (patch) | |
| tree | 05e85701c2dc5e4bc5910b7e5e8b20d235c3aa35 | |
| parent | 23d20fa54f56df357501498719a5c63372bc49d0 (diff) | |
| download | bootstrap-8a725016fe0978244c5cd45ce4bdb19b1b91e669.tar.xz bootstrap-8a725016fe0978244c5cd45ce4bdb19b1b91e669.zip | |
Build(deps): Bump coverallsapp/github-action from 1.1.3 to 1.2.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.2)
---
updated-dependencies:
- dependency-name: coverallsapp/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index a8994b6cc..10d6da330 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" |
