File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
arch :
47
47
- x64
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- uses : julia-actions/setup-julia@v2
51
51
with :
52
52
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
- {repo: ClassicalOrthogonalPolynomials.jl, group: JuliaApproximation}
34
34
- {repo: MultivariateOrthogonalPolynomials.jl, group: JuliaApproximation}
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : julia-actions/setup-julia@v2
38
38
with :
39
39
version : ${{ matrix.julia-version }}
40
40
arch : x64
41
41
- uses : julia-actions/julia-buildpkg@latest
42
42
- name : Clone Downstream
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
with :
45
45
repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
46
46
path : downstream
You can’t perform that action at this time.
0 commit comments