Skip to content

Commit abb3bf5

Browse files
chore(deps): update coverallsapp/github-action action to v1.2.5
1 parent 80cb441 commit abb3bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CI: true
2626
- name: Coveralls
27-
uses: coverallsapp/github-action@1.1.3
27+
uses: coverallsapp/github-action@v1.2.5
2828
with:
2929
github-token: ${{ secrets.github_token }}
3030
flag-name: components
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Coveralls Finished
39-
uses: coverallsapp/github-action@1.1.3
39+
uses: coverallsapp/github-action@v1.2.5
4040
with:
4141
github-token: ${{ secrets.github_token }}
4242
parallel-finished: true

0 commit comments

Comments
 (0)