File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
python-version : 3.8
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python 3.7
19
19
uses : actions/setup-python@v3
20
20
with :
21
21
python-version : 3.7
22
- - uses : actions/checkout@v2.4 .0
22
+ - uses : actions/checkout@v4.2 .0
23
23
- uses : julia-actions/setup-julia@v1
24
24
with :
25
25
version : ' 1.4.1'
Original file line number Diff line number Diff line change 6
6
format :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
ref : ${{ github.head_ref }}
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
- name : Set up Python 3.7
14
14
uses : actions/setup-python@v3
15
15
with :
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
python-version : 3.8
15
15
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python 3.7
19
19
uses : actions/setup-python@v3
20
20
with :
21
21
python-version : 3.7
22
- - uses : actions/checkout@v2.4 .0
22
+ - uses : actions/checkout@v4.2 .0
23
23
- uses : julia-actions/setup-julia@v1
24
24
with :
25
25
version : ' 1.4.1'
@@ -54,12 +54,12 @@ jobs:
54
54
- os : macos-latest
55
55
python-version : 3.8
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v4
58
58
- name : Set up Python 3.7
59
59
uses : actions/setup-python@v3
60
60
with :
61
61
python-version : 3.7
62
- - uses : actions/checkout@v2.4 .0
62
+ - uses : actions/checkout@v4.2 .0
63
63
- uses : julia-actions/setup-julia@v1
64
64
with :
65
65
version : ' 1.4.1'
You can’t perform that action at this time.
0 commit comments