Skip to content

Commit 4f80a23

Browse files
authored
Merge pull request #275 from awibox/dependabot/github_actions/coverallsapp/github-action-1.1.3
build(deps): bump coverallsapp/github-action from 1.1.2 to 1.1.3
2 parents 9bddcba + b5897b3 commit 4f80a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v1.1.2
26+
uses: coverallsapp/github-action@1.1.3
2727
with:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v1.1.2
29+
uses: coverallsapp/github-action@1.1.3
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Release

0 commit comments

Comments
 (0)