File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - ' 0.20'
3232 - ' 0.21'
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 - uses : julia-actions/setup-julia@v2
3636 with :
3737 version : ${{ matrix.version }}
6363 name : Documentation
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v6
6767 - uses : julia-actions/setup-julia@v2
6868 with :
6969 version : ' 1.10'
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@v2
12+ uses : actions/checkout@v6
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 2525 - uses : julia-actions/setup-julia@latest
2626 with :
2727 version : ${{ matrix.julia-version }}
28- - uses : actions/checkout@v1
28+ - uses : actions/checkout@v6
2929 - name : Instantiate `format` environment and format
3030 run : |
3131 julia --project=format -e 'using Pkg; Pkg.instantiate()'
You can’t perform that action at this time.
0 commit comments