File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ jobs:
9595 version : ' 1.12'
9696 assertions : true
9797 steps :
98- - uses : actions/checkout@v5
98+ - uses : actions/checkout@v6
9999 - uses : julia-actions/setup-julia@v2
100100 if : ${{ ! matrix.assertions }}
101101 with :
102102 version : ${{ matrix.version }}
103103 arch : ${{ matrix.arch }}
104- - uses : actions/checkout@v5
104+ - uses : actions/checkout@v6
105105 if : ${{ matrix.assertions }}
106106 with :
107107 repository : ' JuliaLang/julia'
@@ -195,7 +195,7 @@ jobs:
195195 - default
196196 libEnzyme : [packaged]
197197 steps :
198- - uses : actions/checkout@v5
198+ - uses : actions/checkout@v6
199199 - uses : julia-actions/setup-julia@v2
200200 with :
201201 version : ${{ matrix.version }}
@@ -250,7 +250,7 @@ jobs:
250250 - default
251251 libEnzyme : [packaged]
252252 steps :
253- - uses : actions/checkout@v5
253+ - uses : actions/checkout@v6
254254 - uses : julia-actions/setup-julia@v2
255255 with :
256256 version : ${{ matrix.version }}
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 4040 group : ${{ github.workflow }}-${{ github.ref }}
4141 cancel-in-progress : ${{ startsWith(github.ref, 'refs/pull/') }}
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : julia-actions/setup-julia@v2
4545 with :
4646 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 6060 os : linux-x86-n2-32
6161 package : Molly
6262 steps :
63- - uses : actions/checkout@v5
63+ - uses : actions/checkout@v6
6464 - uses : julia-actions/setup-julia@v2
6565 with :
6666 version : ${{ matrix.version }}
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@v5
17+ uses : actions/checkout@v6
1818 with :
1919 ref : gh-pages
2020 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : julia-actions/setup-julia@v2
2929 with :
3030 version : " 1.11"
Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - uses : julia-actions/setup-julia@v2
1717 with :
You can’t perform that action at this time.
0 commit comments