File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /" # Location of package manifests
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 - ' 1'
1919 - ' 1.6'
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - uses : julia-actions/setup-julia@v1
2323 with :
2424 version : ${{ matrix.version }}
25- - uses : actions/cache@v1
25+ - uses : actions/cache@v3
2626 env :
2727 cache-name : cache-artifacts
2828 with :
3737 env :
3838 GROUP : ${{ matrix.group }}
3939 - uses : julia-actions/julia-processcoverage@v1
40- - uses : codecov/codecov-action@v1
40+ - uses : codecov/codecov-action@v3
4141 with :
4242 file : lcov.info
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - uses : julia-actions/setup-julia@latest
1818 with :
1919 version : ' 1'
2525 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2626 run : julia --project=docs/ --code-coverage=user docs/make.jl
2727 - uses : julia-actions/julia-processcoverage@v1
28- - uses : codecov/codecov-action@v1
28+ - uses : codecov/codecov-action@v3
2929 with :
3030 file : lcov.info
Original file line number Diff line number Diff line change @@ -16,17 +16,19 @@ jobs:
1616 julia-version : [1,1.6]
1717 os : [ubuntu-latest]
1818 package :
19- - {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
19+ - {user: SciML, repo: SciMLBase.jl, group: InterfaceII}
20+ - {user: SciML, repo: DiffEqBase.jl, group: InterfaceII}
21+ - {user: SciML, repo: LinearSolve.jl, group: InterfaceII}
2022
2123 steps :
22- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2325 - uses : julia-actions/setup-julia@v1
2426 with :
2527 version : ${{ matrix.julia-version }}
2628 arch : x64
2729 - uses : julia-actions/julia-buildpkg@latest
2830 - name : Clone Downstream
29- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3032 with :
3133 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3234 path : downstream
4850 exit(0) # Exit immediately, as a success
4951 end
5052 - uses : julia-actions/julia-processcoverage@v1
51- - uses : codecov/codecov-action@v1
53+ - uses : codecov/codecov-action@v3
5254 with :
5355 file : lcov.info
You can’t perform that action at this time.
0 commit comments