File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 if : ${{ !github.event.pull_request.draft }}
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : julia-actions/setup-julia@v2
4242 with :
4343 version : ' 1'
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 3232 build :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - uses : julia-actions/setup-julia@v2
3737 with :
3838 version : ' lts'
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 3737 arch :
3838 - x64
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 with :
4242 persist-credentials : false
4343 - uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments