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 9
9
CompatHelper :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
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@v2
12
+ - uses : actions/checkout@v3
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 18
18
os : [ubuntu-latest, macOS-latest, windows-latest]
19
19
arch : [x64]
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- uses : julia-actions/setup-julia@latest
23
23
with :
24
24
version : ${{ matrix.version }}
47
47
name : Documentation
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v3
51
51
- uses : julia-actions/setup-julia@latest
52
52
with :
53
53
version : ' 1.6'
You can’t perform that action at this time.
0 commit comments