Skip to content

Commit

Permalink
chore(ci-deps): update coverallsapp/github-action action to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent 1498da7 commit a2eab4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: yarn test --coverage --silent

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2.2.1
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: yarn test --coverage --silent

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2.2.1
uses: coverallsapp/github-action@v2.2.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a2eab4b

Please sign in to comment.