File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 run :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : julia-actions/install-juliaup@v2
1313 with :
1414 channel : release
Original file line number Diff line number Diff line change 3232 # - macOS-latest
3333 # - windows-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 - uses : julia-actions/install-juliaup@v2
3737 with :
3838 channel : ${{ matrix.version }}
Original file line number Diff line number Diff line change 3535 # - macOS-latest
3636 # - windows-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 - uses : julia-actions/install-juliaup@v2
4040 with :
4141 channel : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1111 run :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : julia-actions/install-juliaup@v2
1616 with :
1717 channel : release
Original file line number Diff line number Diff line change 1717 run :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - uses : julia-actions/install-juliaup@v2
2222 with :
2323 channel : release
Original file line number Diff line number Diff line change 1111 run :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : julia-actions/install-juliaup@v2
1616 with :
1717 channel : release
Original file line number Diff line number Diff line change 99 if : github.base_ref == github.event.repository.default_branch
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - uses : julia-actions/install-juliaup@v2
1414 with :
1515 channel : release
1818 - uses : julia-actions/julia-invalidations@v1
1919 id : invs_pr
2020
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with :
2323 ref : ${{ github.event.repository.default_branch }}
2424 - uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments