File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
os : ["ubuntu-latest"]
30
30
python-version : ["3.8", "3.11"]
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0 # Fetch all history for all branches and tags.
35
35
- name : Set environment variables
69
69
matrix :
70
70
python-version : ["3.10"]
71
71
steps :
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
with :
74
74
fetch-depth : 0 # Fetch all history for all branches and tags.
75
75
- name : Set environment variables
@@ -106,7 +106,7 @@ jobs:
106
106
run :
107
107
shell : bash -l {0}
108
108
steps :
109
- - uses : actions/checkout@v3
109
+ - uses : actions/checkout@v4
110
110
with :
111
111
# need to fetch all tags to get a correct version
112
112
fetch-depth : 0 # fetch all branches and tags
@@ -134,7 +134,7 @@ jobs:
134
134
matrix :
135
135
python-version : ["3.8", "3.11"]
136
136
steps :
137
- - uses : actions/checkout@v3
137
+ - uses : actions/checkout@v4
138
138
with :
139
139
fetch-depth : 0 # Fetch all history for all branches and tags.
140
140
- name : Set up conda environment
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
if : github.repository == 'xarray-contrib/cf-xarray'
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
- uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 17
17
if : ${{ contains( github.event.pull_request.labels.*.name, 'test-build') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
Original file line number Diff line number Diff line change 31
31
matrix :
32
32
python-version : ["3.11"]
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
fetch-depth : 0 # Fetch all history for all branches and tags.
37
37
- name : Set environment variables
You can’t perform that action at this time.
0 commit comments