File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 49
49
$GITHUB_OUTPUT
50
50
- name : Restore Python virtual environment
51
51
id : cache-venv
52
- uses : actions/cache@v3.3.2
52
+ uses : actions/cache@v4.0.1
53
53
with :
54
54
path : venv
55
55
key : >-
69
69
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
70
70
- name : Restore pre-commit environment
71
71
id : cache-precommit
72
- uses : actions/cache@v3.3.2
72
+ uses : actions/cache@v4.0.1
73
73
with :
74
74
path : ${{ env.PRE_COMMIT_CACHE }}
75
75
key : >-
96
96
check-latest : true
97
97
- name : Restore Python virtual environment
98
98
id : cache-venv
99
- uses : actions/cache@v3.3.2
99
+ uses : actions/cache@v4.0.1
100
100
with :
101
101
path : venv
102
102
fail-on-cache-miss : true
@@ -105,7 +105,7 @@ jobs:
105
105
needs.prepare-base.outputs.python-key }}
106
106
- name : Restore pre-commit environment
107
107
id : cache-precommit
108
- uses : actions/cache@v3.3.2
108
+ uses : actions/cache@v4.0.1
109
109
with :
110
110
path : ${{ env.PRE_COMMIT_CACHE }}
111
111
fail-on-cache-miss : true
Original file line number Diff line number Diff line change 52
52
$GITHUB_OUTPUT
53
53
- name : Restore Python virtual environment
54
54
id : cache-venv
55
- uses : actions/cache@v3.3.2
55
+ uses : actions/cache@v4.0.1
56
56
with :
57
57
path : venv
58
58
key : >-
92
92
check-latest : true
93
93
- name : Restore Python virtual environment
94
94
id : cache-venv
95
- uses : actions/cache@v3.3.2
95
+ uses : actions/cache@v4.0.1
96
96
with :
97
97
path : venv
98
98
fail-on-cache-miss : true
@@ -132,7 +132,7 @@ jobs:
132
132
check-latest : true
133
133
- name : Restore Python virtual environment
134
134
id : cache-venv
135
- uses : actions/cache@v3.3.2
135
+ uses : actions/cache@v4.0.1
136
136
with :
137
137
path : venv
138
138
fail-on-cache-miss : true
@@ -192,7 +192,7 @@ jobs:
192
192
}}" >> $env:GITHUB_OUTPUT
193
193
- name : Restore Python virtual environment
194
194
id : cache-venv
195
- uses : actions/cache@v3.3.2
195
+ uses : actions/cache@v4.0.1
196
196
with :
197
197
path : venv
198
198
key : >-
@@ -238,7 +238,7 @@ jobs:
238
238
}}" >> $GITHUB_OUTPUT
239
239
- name : Restore Python virtual environment
240
240
id : cache-venv
241
- uses : actions/cache@v3.3.2
241
+ uses : actions/cache@v4.0.1
242
242
with :
243
243
path : venv
244
244
key : >-
@@ -282,7 +282,7 @@ jobs:
282
282
}}" >> $GITHUB_OUTPUT
283
283
- name : Restore Python virtual environment
284
284
id : cache-venv
285
- uses : actions/cache@v3.3.2
285
+ uses : actions/cache@v4.0.1
286
286
with :
287
287
path : venv
288
288
key : >-
You can’t perform that action at this time.
0 commit comments