File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 actions : write
1313 contents : read
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : julia-actions/add-julia-registry@v2
1717 with :
1818 key : ${{ secrets.SSH_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3131 arch :
3232 - x64
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - uses : julia-actions/add-julia-registry@v2
3636 with :
3737 key : ${{ secrets.SSH_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1616 contents : write
1717 steps :
1818 - name : Checkout gh-pages branch
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : gh-pages
2222 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 1515 name : Documentation
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : julia-actions/add-julia-registry@v2
2020 with :
2121 key : ${{ secrets.SSH_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1414 actions : write
1515 contents : read
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : julia-actions/add-julia-registry@v2
1919 with :
2020 key : ${{ secrets.SSH_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments