File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout gh-pages branch
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 ref : gh-pages
2020
Original file line number Diff line number Diff line change 1313 contents : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : julia-actions/setup-julia@v2
1818 with :
1919 version : ' 1'
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
13- uses : crate-ci/typos@v1.34.0
13+ uses : crate-ci/typos@v1.35.7
Original file line number Diff line number Diff line change 4141 # arch: x64
4242 # allow_failure: true
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - uses : julia-actions/setup-julia@v2
4646 with :
4747 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments