File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 julia-version : [1]
3434 os : [ubuntu-latest, macos-latest, windows-latest]
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - uses : julia-actions/setup-julia@v2
3838 with :
3939 version : ${{ matrix.julia-version }}
5555 julia-version : [min, nightly]
5656 os : [ubuntu-latest]
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - uses : julia-actions/setup-julia@v2
6060 with :
6161 version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change 1919 name : Documentation
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : julia-actions/setup-julia@v2
2424 with :
2525 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@v5
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 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Actions Repository
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 - name : Check spelling
1414 uses : crate-ci/typos@master
1515 # don't fail on typos in files not impacted by this PR
Original file line number Diff line number Diff line change 2828 pull-requests : write
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - uses : julia-actions/setup-julia@v2
3333 with :
3434 version : " 1"
You can’t perform that action at this time.
0 commit comments