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 3434 runs-on : ubuntu-latest
3535 if : ${{ !github.event.pull_request.draft }}
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : julia-actions/setup-julia@v2
3939 with :
4040 version : ' 1'
Original file line number Diff line number Diff line change 4848 - ' Core'
4949
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 - uses : julia-actions/setup-julia@v2
5353 with :
5454 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 7575 group : ' AutoDiff_Ext'
7676
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 - uses : julia-actions/setup-julia@v2
8080 with :
8181 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@v4
19+ - uses : actions/checkout@v5
2020 - uses : julia-actions/setup-julia@v2
2121 with :
2222 version : ' 1'
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout gh-pages branch
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : gh-pages
1919 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 4848 - ' Code-Quality'
4949
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 - uses : julia-actions/setup-julia@v2
5353 with :
5454 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@v4
28+ - uses : actions/checkout@v5
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@v4
11+ uses : actions/checkout@v5
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@v4
46+ - uses : actions/checkout@v5
4747 - uses : julia-actions/setup-julia@v2
4848 with :
4949 version : ' 1'
You can’t perform that action at this time.
0 commit comments