Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

chore(ci-deps): update coverallsapp/github-action action to v2.2.3 #626

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading