Skip to content

Commit d20b024

Browse files
committed
Use coverallsapp/github-action@v2 to eliminate Node 16 deprecation warning
1 parent 31e164a commit d20b024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: bundle exec rspec
150150
- name: Coveralls Parallel
151151
if: ${{ github.repository_owner == 'railsadminteam' }}
152-
uses: coverallsapp/github-action@master
152+
uses: coverallsapp/github-action@v2
153153
continue-on-error: true
154154
with:
155155
github-token: ${{ secrets.github_token }}
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
- name: Coveralls Finished
166-
uses: coverallsapp/github-action@master
166+
uses: coverallsapp/github-action@v2
167167
with:
168168
github-token: ${{ secrets.github_token }}
169169
parallel-finished: true

0 commit comments

Comments
 (0)