Skip to content

Commit e6c8b47

Browse files
authored
Merge pull request #60 from DavyJonesLocker/chore/fix-coveralls-action
Fix coveralls action
2 parents 614aead + fb31d9e commit e6c8b47

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)