File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
- ' 1'
19
19
- ' 1.6'
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : julia-actions/setup-julia@v1
23
23
with :
24
24
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : julia-actions/setup-julia@latest
16
16
with :
17
17
version : ' 1'
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
- {user: SciML, repo: SimpleDiffEq.jl, group: All}
46
46
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
- uses : julia-actions/setup-julia@v1
50
50
with :
51
51
version : ${{ matrix.julia-version }}
52
52
arch : x64
53
53
- uses : julia-actions/julia-buildpkg@latest
54
54
- name : Clone Downstream
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
58
58
path : downstream
Original file line number Diff line number Diff line change 21
21
with :
22
22
version : ${{ matrix.julia-version }}
23
23
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Install JuliaFormatter and format
26
26
# This will use the latest version by default but you can set the version like so:
27
27
#
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : julia-actions/setup-julia@v1
20
20
with :
21
21
version : ' 1'
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : julia-actions/julia-buildpkg@v1
24
24
- uses : julia-actions/julia-invalidations@v1
25
25
id : invs_pr
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
ref : ${{ github.event.repository.default_branch }}
30
30
- uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments