File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 contents : write
1414 steps :
1515 - name : Checkout gh-pages
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 ref : gh-pages
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 2424 ${{ github.event.workflow_run.event == 'pull_request' &&
2525 github.event.workflow_run.conclusion == 'success' }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 # restore records from the artifacts
2929 - uses : dawidd6/action-download-artifact@v9
3030 with :
Original file line number Diff line number Diff line change 1616 if : contains(github.event.pull_request.labels.*.name, 'performance critical')
1717 steps :
1818 # setup
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - uses : julia-actions/setup-julia@v2
2121 with :
2222 version : ' 1.7'
Original file line number Diff line number Diff line change 3434 - ' MultiOutput'
3535 - ' Others'
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : julia-actions/setup-julia@v2
3939 with :
4040 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - uses : julia-actions/setup-julia@latest
2222 with :
2323 version : ' 1'
Original file line number Diff line number Diff line change 1313 format :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : julia-actions/setup-julia@v2
1818 with :
1919 version : 1
You can’t perform that action at this time.
0 commit comments