File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
arch :
30
30
- x64
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- uses : julia-actions/setup-julia@v2
34
34
with :
35
35
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 13
13
contents : write
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : julia-actions/setup-julia@v2
18
18
with :
19
19
version : ' 1.10'
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
36
36
- {repo: PiecewiseOrthogonalPolynomials.jl, group: JuliaApproximation}
37
37
- {repo: SingularIntegrals.jl, group: JuliaApproximation}
38
38
steps :
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
- uses : julia-actions/setup-julia@v2
41
41
with :
42
42
version : ${{ matrix.julia-version }}
43
43
arch : x64
44
44
- uses : julia-actions/julia-buildpkg@latest
45
45
- name : Clone Downstream
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v5
47
47
with :
48
48
repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
49
49
path : downstream
You can’t perform that action at this time.
0 commit comments