File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 commitlint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 with :
1111 fetch-depth : 0
1212 - name : Setup Node
Original file line number Diff line number Diff line change 2020 matrix :
2121 ruby : [ '3.2', '3.3', '3.4' ]
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Install BLAS and LAPACK
2525 run : sudo apt-get install -y libopenblas-dev liblapacke-dev
2626 - name : Set up Ruby ${{ matrix.ruby }}
3434 runs-on : windows-latest
3535 name : Ruby 3.4 (Windows)
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 - name : Set up Ruby 3.4
3939 uses : ruby/setup-ruby@v1
4040 with :
6060 runs-on : macos-latest
6161 name : Ruby 3.4 (macOS)
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 - name : Install OpenBLAS
6565 run : |
6666 brew update
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 name : RuboCop
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up Ruby 3.2
1717 uses : ruby/setup-ruby@v1
1818 with :
You can’t perform that action at this time.
0 commit comments