File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 26
26
id : pip-cache
27
27
run : echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
28
28
- name : cache for pip
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
id : cache
31
31
with :
32
32
path : ~/.cache/pip
Original file line number Diff line number Diff line change 22
22
id : pip-cache
23
23
run : echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
24
24
- name : cache for pip
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
id : cache
27
27
with :
28
28
path : |
95
95
id : pip-cache
96
96
run : echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
97
97
- name : cache for pip
98
- uses : actions/cache@v3
98
+ uses : actions/cache@v4
99
99
id : cache
100
100
with :
101
101
path : |
Original file line number Diff line number Diff line change 44
44
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
45
45
shell : bash
46
46
- name : cache for pip
47
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
48
48
id : cache
49
49
with :
50
50
path : ${{ steps.pip-cache.outputs.dir }}
90
90
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
91
91
shell : bash
92
92
- name : cache for pip
93
- uses : actions/cache@v3
93
+ uses : actions/cache@v4
94
94
id : cache
95
95
with :
96
96
path : ${{ steps.pip-cache.outputs.dir }}
@@ -135,7 +135,7 @@ jobs:
135
135
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
136
136
shell : bash
137
137
- name : cache for pip
138
- uses : actions/cache@v3
138
+ uses : actions/cache@v4
139
139
id : cache
140
140
with :
141
141
path : ${{ steps.pip-cache.outputs.dir }}
Original file line number Diff line number Diff line change 36
36
run : |
37
37
echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
38
38
- name : cache for pip
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
id : cache
41
41
with :
42
42
path : ~/.cache/pip
83
83
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
84
84
shell : bash
85
85
- name : cache for pip
86
- uses : actions/cache@v3
86
+ uses : actions/cache@v4
87
87
id : cache
88
88
with :
89
89
path : ${{ steps.pip-cache.outputs.dir }}
@@ -136,7 +136,7 @@ jobs:
136
136
run : |
137
137
echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
138
138
- name : cache for pip
139
- uses : actions/cache@v3
139
+ uses : actions/cache@v4
140
140
id : cache
141
141
with :
142
142
path : |
@@ -217,7 +217,7 @@ jobs:
217
217
run : |
218
218
echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
219
219
- name : cache for pip
220
- uses : actions/cache@v3
220
+ uses : actions/cache@v4
221
221
id : cache
222
222
with :
223
223
path : |
Original file line number Diff line number Diff line change 35
35
echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
36
36
- name : cache for pip
37
37
if : ${{ startsWith(github.ref, 'refs/heads/dev') }}
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
id : cache
40
40
with :
41
41
path : |
91
91
run : |
92
92
echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
93
93
- name : cache for pip
94
- uses : actions/cache@v3
94
+ uses : actions/cache@v4
95
95
id : cache
96
96
with :
97
97
path : |
@@ -128,7 +128,7 @@ jobs:
128
128
run : |
129
129
echo "datew=$(date '+%Y-%V')" >> $GITHUB_OUTPUT
130
130
- name : cache for pip
131
- uses : actions/cache@v3
131
+ uses : actions/cache@v4
132
132
id : cache
133
133
with :
134
134
path : |
You can’t perform that action at this time.
0 commit comments