Skip to content

Commit c0253df

Browse files
build(deps): bump coverallsapp/github-action from 1.1.3 to 2.3.6
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 2.3.6. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Upgrade guide](https://github.com/coverallsapp/github-action/blob/main/UPGRADE.md) - [Commits](coverallsapp/github-action@1.1.3...v2.3.6) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10cfb7d commit c0253df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
env:
2424
CI: true
2525
- name: Coveralls GitHub Action
26-
uses: coverallsapp/github-action@1.1.3
26+
uses: coverallsapp/github-action@v2.3.6
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
CI: true
2828
- name: Coveralls GitHub Action
29-
uses: coverallsapp/github-action@1.1.3
29+
uses: coverallsapp/github-action@v2.3.6
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Release

0 commit comments

Comments
 (0)