File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
# We need the full repo to avoid this issue
18
18
# https://github.com/actions/checkout/issues/23
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 22
22
outputs :
23
23
triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
with :
27
27
fetch-depth : 2
28
28
- uses : xarray-contrib/ci-trigger@v1.1
53
53
" py39-flaky" ,
54
54
]
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
with :
58
58
fetch-depth : 0 # Fetch all history for all branches and tags.
59
59
@@ -125,7 +125,7 @@ jobs:
125
125
shell : bash -l {0}
126
126
127
127
steps :
128
- - uses : actions/checkout@v2
128
+ - uses : actions/checkout@v3
129
129
with :
130
130
fetch-depth : 0 # Fetch all history for all branches and tags.
131
131
- uses : conda-incubator/setup-miniconda@v2
@@ -162,7 +162,7 @@ jobs:
162
162
shell : bash -l {0}
163
163
164
164
steps :
165
- - uses : actions/checkout@v2
165
+ - uses : actions/checkout@v3
166
166
with :
167
167
fetch-depth : 0 # Fetch all history for all branches and tags.
168
168
- uses : conda-incubator/setup-miniconda@v2
Original file line number Diff line number Diff line change 22
22
outputs :
23
23
triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
with :
27
27
fetch-depth : 2
28
28
- uses : xarray-contrib/ci-trigger@v1.1
44
44
# Bookend python versions
45
45
python-version : ["3.8", "3.9", "3.10"]
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v3
48
48
with :
49
49
fetch-depth : 0 # Fetch all history for all branches and tags.
50
50
- name : Set environment variables
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
if : github.repository == 'pydata/xarray'
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 24
24
outputs :
25
25
triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v3
28
28
with :
29
29
fetch-depth : 2
30
30
- uses : xarray-contrib/ci-trigger@v1.1
52
52
outputs :
53
53
artifacts_availability : ${{ steps.status.outputs.ARTIFACTS_AVAILABLE }}
54
54
steps :
55
- - uses : actions/checkout@v2
55
+ - uses : actions/checkout@v3
56
56
with :
57
57
fetch-depth : 0 # Fetch all history for all branches and tags.
58
58
- uses : conda-incubator/setup-miniconda@v2
@@ -110,7 +110,7 @@ jobs:
110
110
run :
111
111
shell : bash
112
112
steps :
113
- - uses : actions/checkout@v2
113
+ - uses : actions/checkout@v3
114
114
- uses : actions/setup-python@v2
115
115
with :
116
116
python-version : " 3.x"
You can’t perform that action at this time.
0 commit comments