diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-14 08:29:28 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-14 08:29:28 +0300 |
| commit | 3f3f8dddb8c44e35355247a6ee5952aac4ca5fcc (patch) | |
| tree | a41654e69fa0a4d606a2abbb961f6443b49c9ebc /.github | |
| parent | da524f6b7dc80e59b23762eedc5b83d4b571a272 (diff) | |
| download | bootstrap-3f3f8dddb8c44e35355247a6ee5952aac4ca5fcc.tar.xz bootstrap-3f3f8dddb8c44e35355247a6ee5952aac4ca5fcc.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]>
Diffstat (limited to '.github')
| -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 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 }}" |
