File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout gh-pages branch
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 ref : gh-pages
1818
Original file line number Diff line number Diff line change 2323 name : Build documentation
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : julia-actions/setup-julia@latest
2828 with :
2929 version : ' 1.10'
Original file line number Diff line number Diff line change 1111 format-suggestions :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : julia-actions/julia-format@v4
1616 with :
1717 version : " 1.0.60"
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 5151 os : windows-latest
5252 arch : x64
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - uses : julia-actions/setup-julia@v2
5656 with :
5757 version : ${{ matrix.version }}
8383 arch :
8484 - x64
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@v5
8787 - uses : julia-actions/setup-julia@v2
8888 with :
8989 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments