File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 arch :
3131 - x64
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - uses : julia-actions/setup-julia@v2
3535 with :
3636 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 1616 name : Documentation
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : julia-actions/setup-julia@v2
2121 with :
2222 version : " 1.11"
Original file line number Diff line number Diff line change 1616 if : github.event.pull_request.draft == false
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 ref : ${{github.event.pull_request.head.ref}}
2222 repository : ${{github.event.pull_request.head.repo.full_name}}
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@v5
11+ uses : actions/checkout@v6
1212 - name : Check spelling
13- uses : crate-ci/typos@v1.39.2
13+ uses : crate-ci/typos@v1.40.0
You can’t perform that action at this time.
0 commit comments