Skip to content

Commit 93ecf9b

Browse files
Update Coveralls GitHub action
To get rid of a GitHub warning about using `set-output`.
1 parent 2f142cd commit 93ecf9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
server-url: 'https://test-observability.herokuapp.com'
4747
server-auth: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
4848
path: 'junit/'
49-
- uses: coverallsapp/github-action@1.1.3
49+
- uses: coverallsapp/github-action@v2
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
flag-name: ruby-${{ matrix.ruby }}-${{ matrix.protocol }}-${{ matrix.type }}
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Coveralls Finished
59-
uses: coverallsapp/github-action@1.1.3
59+
uses: coverallsapp/github-action@v2
6060
with:
6161
github-token: ${{ secrets.github_token }}
6262
parallel-finished: true

0 commit comments

Comments
 (0)