File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 if : ${{ !github.event.pull_request.draft }}
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : julia-actions/setup-julia@v2
4040 with :
4141 version : ' 1.11'
Original file line number Diff line number Diff line change 4848 - ' Core'
4949
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252 - uses : julia-actions/setup-julia@v2
5353 with :
5454 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 8080 group : ' Arbitrary-Precision'
8181
8282 steps :
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484 - uses : julia-actions/setup-julia@v2
8585 with :
8686 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1616 skipLabels : ' Skip ChangeLog'
1717
1818 # check whether the format of CHANGELOG.md is correct
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : julia-actions/setup-julia@v2
2121 with :
2222 version : ' 1'
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout gh-pages branch
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 ref : gh-pages
2121 - name : Delete preview(s) and reset history
Original file line number Diff line number Diff line change 4949 - ' Code-Quality'
5050
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - uses : julia-actions/setup-julia@v2
5454 with :
5555 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 if : ${{ !github.event.pull_request.draft }}
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - uses : julia-actions/setup-julia@v2
3030 with :
3131 version : ' 1'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Actions Repository
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212 - name : Check spelling
1313
Original file line number Diff line number Diff line change 4343 runs-on : ubuntu-latest
4444 if : ${{ !github.event.pull_request.draft }}
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - uses : julia-actions/setup-julia@v2
4848 with :
4949 version : ' 1.11'
You can’t perform that action at this time.
0 commit comments