File tree 3 files changed +17
-7
lines changed
3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v1
25
+ uses : actions/checkout@v2
26
+ with :
27
+ fetch-depth : 0
26
28
27
29
- name : Looking for unwanted patterns
28
30
run : ci/code_checks.sh patterns
94
96
steps :
95
97
96
98
- name : Checkout
97
- uses : actions/checkout@v1
99
+ uses : actions/checkout@v2
100
+ with :
101
+ fetch-depth : 0
98
102
99
103
- name : Set up pandas
100
104
uses : ./.github/actions/setup
@@ -147,7 +151,9 @@ jobs:
147
151
steps :
148
152
149
153
- name : Checkout
150
- uses : actions/checkout@v1
154
+ uses : actions/checkout@v2
155
+ with :
156
+ fetch-depth : 0
151
157
152
158
- name : Set up pandas
153
159
uses : ./.github/actions/setup
Original file line number Diff line number Diff line change @@ -56,10 +56,12 @@ jobs:
56
56
57
57
steps :
58
58
- name : Checkout
59
- uses : actions/checkout@v1
59
+ uses : actions/checkout@v2
60
+ with :
61
+ fetch-depth : 0
60
62
61
63
- name : Cache conda
62
- uses : actions/cache@v1
64
+ uses : actions/cache@v2
63
65
env :
64
66
CACHE_NUMBER : 0
65
67
with :
Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ jobs:
44
44
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v1
47
+ uses : actions/checkout@v2
48
+ with :
49
+ fetch-depth : 0
48
50
49
51
- name : Cache conda
50
- uses : actions/cache@v1
52
+ uses : actions/cache@v2
51
53
env :
52
54
CACHE_NUMBER : 0
53
55
with :
You can’t perform that action at this time.
0 commit comments