Skip to content

Commit a6c1419

Browse files
authored
Merge pull request #661 from awibox/dependabot/github_actions/coverallsapp/github-action-2.2.1
Bump coverallsapp/github-action from 1.1.3 to 2.2.1
2 parents a70eeee + ff5f062 commit a6c1419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CI: true
2626
- name: Coveralls GitHub Action
27-
uses: coverallsapp/github-action@1.1.3
27+
uses: coverallsapp/github-action@v2.2.1
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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.2.1
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)