File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
- os : macOS-latest
27
27
arch : x86
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : julia-actions/setup-julia@v1
31
31
with :
32
32
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 10
10
name : Documentation
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : julia-actions/setup-julia@v1
15
15
with :
16
16
version : ' 1'
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
- {user: PumasAI, repo: DataInterpolations.jl}
24
24
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : julia-actions/setup-julia@v1
28
28
with :
29
29
version : ${{ matrix.julia-version }}
30
30
arch : x64
31
31
- uses : julia-actions/julia-buildpkg@latest
32
32
- name : Clone Downstream
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
36
36
path : downstream
Original file line number Diff line number Diff line change 28
28
- os : macOS-latest
29
29
arch : x86
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : julia-actions/setup-julia@v1
33
33
with :
34
34
version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments