Skip to content

Commit 02684d3

Browse files
committed
update github actions
1 parent 07693ff commit 02684d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/prs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
BUNDLE_GEMFILE: "${{ github.workspace }}/gemfiles/activerecord-${{ matrix.activerecord }}.gemfile"
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242
- name: Set up Ruby
4343
uses: ruby/setup-ruby@v1
4444
with:
@@ -52,7 +52,7 @@ jobs:
5252
run: bundle exec rubocop
5353
- name: Coveralls Parallel
5454
if: "${{ !env.ACT }}"
55-
uses: coverallsapp/github-action@master
55+
uses: coverallsapp/github-action@v2
5656
with:
5757
github-token: "${{ secrets.GITHUB_TOKEN }}"
5858
flag-name: run-${{ matrix.ruby }}-${{ matrix.activerecord }}
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- name: Coveralls Finished
6767
if: "${{ !env.ACT }}"
68-
uses: coverallsapp/github-action@master
68+
uses: coverallsapp/github-action@v2
6969
with:
7070
github-token: "${{ secrets.GITHUB_TOKEN }}"
7171
parallel-finished: true

0 commit comments

Comments
 (0)