Skip to content

Commit fb31d9e

Browse files
committed
Fix coveralls action
1 parent 614aead commit fb31d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Coveralls Finished
91-
uses: coverallsapp/github-action@master
91+
uses: coverallsapp/github-action@v2
9292
with:
9393
github-token: ${{ secrets.github_token }}
9494
parallel-finished: true

0 commit comments

Comments
 (0)