File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4343 fail-fast : false
4444 matrix :
4545 version :
46+ - ' min'
4647 - ' lts'
4748 - ' 1'
4849 - ' pre'
5152 - macOS-latest
5253 - windows-latest
5354 steps :
54- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v6
5556 - uses : julia-actions/setup-julia@v2
5657 with :
5758 version : ${{ matrix.version }}
6162 - uses : julia-actions/julia-processcoverage@v1
6263 - uses : codecov/codecov-action@v5
6364 with :
64- file : lcov.info
65+ files : lcov.info
Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ jobs:
3737 strategy :
3838 fail-fast : true
3939 matrix :
40- julia-version : [1, 1.6 ]
40+ julia-version : [1, 'min' ]
4141 os : [ubuntu-latest]
4242 package :
4343 - {repo: ApproxFun.jl, group: JuliaApproximation}
4444
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 - uses : julia-actions/setup-julia@v2
4848 with :
4949 version : ${{ matrix.julia-version }}
5050 arch : x64
5151 - uses : julia-actions/julia-buildpkg@latest
5252 - name : Clone Downstream
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v6
5454 with :
5555 repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
5656 path : downstream
You can’t perform that action at this time.
0 commit comments