File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Initialize CodeQL
3131 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Ruby
2020 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 3232 RAILS_VERSION : ${{ matrix.rails == '' && '6.1.6' || matrix.rails }}
3333 COVERAGE : ${{ matrix.coverage || '' }}
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : bundle install
3737 run : bundle install -j$(nproc) --retry 3
3838 - run : bundle exec rspec
You can’t perform that action at this time.
0 commit comments