File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout code
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v4
39
39
40
40
- name : Set up Python 3.x
41
- uses : actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc.
41
+ uses : actions/setup-python@v5 # Use pip to install latest CMake, & FORD/Jin2For, etc.
42
42
with :
43
43
python-version : 3.x
44
44
@@ -108,10 +108,10 @@ jobs:
108
108
109
109
steps :
110
110
- name : Checkout code
111
- uses : actions/checkout@v2
111
+ uses : actions/checkout@v4
112
112
113
113
- name : Set up Python 3.x
114
- uses : actions/setup-python@v1
114
+ uses : actions/setup-python@v5
115
115
with :
116
116
python-version : 3.x
117
117
@@ -177,10 +177,10 @@ jobs:
177
177
178
178
steps :
179
179
- name : Checkout code
180
- uses : actions/checkout@v2
180
+ uses : actions/checkout@v4
181
181
182
182
- name : Set up Python 3.x
183
- uses : actions/setup-python@v1
183
+ uses : actions/setup-python@v5
184
184
with :
185
185
python-version : 3.x
186
186
You can’t perform that action at this time.
0 commit comments