File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 run :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212 - uses : julia-actions/install-juliaup@v3
1313 with :
1414 channel : release
Original file line number Diff line number Diff line change 3535 # - macOS-latest
3636 # - windows-latest
3737 steps :
38- - uses : actions/checkout@v6
38+ - uses : actions/checkout@v7
3939 - uses : julia-actions/install-juliaup@v3
4040 with :
4141 channel : ${{ matrix.version }}
Original file line number Diff line number Diff line change 3737 # - macOS-latest
3838 # - windows-latest
3939 steps :
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@v7
4141 - uses : julia-actions/install-juliaup@v3
4242 with :
4343 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@v6
14+ - uses : actions/checkout@v7
1515 - uses : julia-actions/install-juliaup@v3
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@v6
20+ - uses : actions/checkout@v7
2121 - uses : julia-actions/install-juliaup@v3
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@v6
14+ - uses : actions/checkout@v7
1515 - uses : julia-actions/install-juliaup@v3
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@v6
12+ - uses : actions/checkout@v7
1313 - uses : julia-actions/install-juliaup@v3
1414 with :
1515 channel : release
1818 - uses : julia-actions/julia-invalidations@v1
1919 id : invs_pr
2020
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
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