File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 CompatHelper :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Get Julia compatibility
1414 id : julia_compat
1515 # NOTE: this requires a Julia compat lower-bound with minor version!
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@v2
12+ uses : actions/checkout@v6
1313 with :
1414 ref : gh-pages
1515
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 2020 runs-on : [self-hosted, linux, X64]
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - uses : julia-actions/setup-julia@latest
2525 with :
2626 version : ' lts'
You can’t perform that action at this time.
0 commit comments