File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,11 @@ updates:
55 directory : " /" # Location of package manifests
66 schedule :
77 interval : " weekly"
8+ - package-ecosystem : " julia"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
12+ groups : # uncomment to group all julia package updates into a single PR
13+ all-julia-packages :
14+ patterns :
15+ - " *"
Original file line number Diff line number Diff line change 3232 arch :
3333 - x64
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 - uses : julia-actions/setup-julia@v2
3737 with :
3838 version : ${{ matrix.version }}
5454 contents : write
5555 statuses : write
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v6
5858 - uses : julia-actions/setup-julia@v2
5959 with :
6060 version : " 1"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 default : master,
3838 }
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - uses : julia-actions/setup-julia@v2
4242 with :
4343 version : ${{ matrix.version }}
4444 arch : ${{ matrix.arch }}
4545 - uses : julia-actions/julia-buildpkg@v1
4646 - name : Clone Downstream
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 with :
4949 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
5050 ref : ${{matrix.package.branch}}
You can’t perform that action at this time.
0 commit comments