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 1313 os : [ubuntu-latest, macos-latest]
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
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@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424
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@v5
23+ - uses : actions/checkout@v6
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