Skip to content

Commit

Permalink
Update coveralls (#63)
Browse files Browse the repository at this point in the history
And avoid warnings:

```
The following actions uses Node.js version which is deprecated and will be forced to run on node20: coverallsapp/github-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
```
  • Loading branch information
fornellas authored Aug 4, 2024
1 parent 2154b8f commit 0f91f4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if-no-files-found: error
# Coveralls
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0
with:
file: cover.lcov
flag-name: darwin.${{ inputs.GOARCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if-no-files-found: error
# Coveralls
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.3.0
with:
file: cover.lcov
flag-name: linux.${{ inputs.GOARCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2.3.0
with:
parallel-finished: true
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@v2.3.0
with:
parallel-finished: true

0 comments on commit 0f91f4d

Please sign in to comment.