File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
CompatHelper :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Get Julia compatibility
14
14
id : julia_compat
15
15
# NOTE: this requires a Julia compat lower-bound with minor version!
Original file line number Diff line number Diff line change 9
9
ManifestUpdater :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Get Julia compatibility
14
14
id : julia_compat
15
15
# NOTE: this requires a julia compat lower-bound with minor version!
Original file line number Diff line number Diff line change 17
17
os : [ubuntu-latest, macOS-latest, windows-latest]
18
18
arch : [x64]
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : julia-actions/setup-julia@v1
22
22
with :
23
23
version : ${{ matrix.version }}
70
70
os : ' windows-latest'
71
71
arch : ' x64'
72
72
steps :
73
- - uses : actions/checkout@v3
74
- - uses : actions/checkout@v3
73
+ - uses : actions/checkout@v4
74
+ - uses : actions/checkout@v4
75
75
with :
76
76
repository : ' JuliaLang/julia'
77
77
ref : ${{ matrix.branch }}
You can’t perform that action at this time.
0 commit comments