File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 LD : ${{ matrix.cc }}
3131 steps :
3232 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 - name : Ruby version
3535 run : ruby -v
3636 - name : Compiler version
4545 MRUBY_CONFIG : ci/msvc
4646 steps :
4747 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v6
4949 - name : Ruby version
5050 run : ruby -v
5151 - name : Build and test
Original file line number Diff line number Diff line change 1616 LDFLAGS : --coverage
1717 steps :
1818 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 - name : Ruby version
2121 run : ruby -v
2222 - name : Compiler version
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 - name : Install
1717 run : |
1818 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 steps :
2121 - name : " Checkout ${{ github.ref_name }} ( ${{ github.sha }} )"
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 - name : Builds
2424 id : builds
2525 run : |
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 # Full git history is needed to get a proper list of changed files within `super-linter`
2121 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments