]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Build(deps): Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#38183)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Mar 2023 04:51:40 +0000 (06:51 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 04:51:40 +0000 (06:51 +0200)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/js.yml

index 10d6da33058f4ceed92acf0c5108a852cbdc36c5..642813a9704c5072b3c8dc14b7f6b9d6adbb9caf 100644 (file)
@@ -45,7 +45,7 @@ jobs:
         run: npm run js-test
 
       - name: Run Coveralls
-        uses: coverallsapp/github-action@v1.2.2
+        uses: coverallsapp/github-action@v1.2.4
         with:
           github-token: "${{ secrets.GITHUB_TOKEN }}"
           path-to-lcov: "./js/coverage/lcov.info"