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 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 2727 build-documentation :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - uses : julia-actions/setup-julia@v2
3232 with :
3333 version : ' 1'
Original file line number Diff line number Diff line change 2020 with :
2121 version : ${{ matrix.julia-version }}
2222
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Install JuliaFormatter and format
2525 # This will use the latest version by default but you can set the version like so:
2626 #
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 4040 arch :
4141 - x64
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : julia-actions/setup-julia@v2
4545 with :
4646 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments