From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 05:29:28 +0000 (+0300) Subject: Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491) X-Git-Tag: v4.6.1~36 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9cf31d9f8e54aa605d0982f372e3c830c598baec;p=thirdparty%2Fbootstrap.git 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 4303165dc9..10d94f6fde 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/github-action@v1.1.2 + uses: coverallsapp/github-action@1.1.3 if: matrix.node == 14 with: github-token: "${{ secrets.GITHUB_TOKEN }}"