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 21
21
arch :
22
22
- x64
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : julia-actions/setup-julia@v2
26
26
with :
27
27
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
39
39
- {repo: SemiclassicalOrthogonalPolynomials.jl, group: JuliaApproximation}
40
40
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
- uses : julia-actions/setup-julia@v2
44
44
with :
45
45
version : ${{ matrix.julia-version }}
46
46
arch : x64
47
47
- uses : julia-actions/julia-buildpkg@latest
48
48
- name : Clone Downstream
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
with :
51
51
repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
52
52
path : downstream
You can’t perform that action at this time.
0 commit comments