File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 }}
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
You can’t perform that action at this time.
0 commit comments