File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 os : [ubuntu-latest, macos-latest]
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Install bats
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Repository checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424
Original file line number Diff line number Diff line change 1717 mirror :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 100
2323 - name : Update download mirror
Original file line number Diff line number Diff line change 2020 name : Update Ruby definitions
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424
2525 - name : Store Ruby version
2626 run : echo "RUBY_VERSION=${{ github.event.client_payload.ruby_version || github.event.inputs.ruby_version }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments