File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 arch :
2626 - x64
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - uses : julia-actions/setup-julia@latest
3030 with :
3131 version : ${{ matrix.version }}
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@v5
19+ uses : actions/checkout@v6
2020 with :
2121 ref : gh-pages
2222 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 1010 name : " Format Check"
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : julia-actions/setup-julia@v2
1515 with :
1616 version : 1
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - name : Install JuliaFormatter and format
1111 run : |
1212 julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
Original file line number Diff line number Diff line change 1313 format :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : julia-actions/setup-julia@latest
1818 with :
1919 version : 1
You can’t perform that action at this time.
0 commit comments