38
38
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
39
39
- name : Restore Python virtual environment
40
40
id : cache-venv
41
-
41
+
42
42
with :
43
43
path : venv
44
44
key : >-
59
59
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
60
60
- name : Restore pre-commit environment
61
61
id : cache-precommit
62
-
62
+
63
63
with :
64
64
path : ${{ env.PRE_COMMIT_CACHE }}
65
65
key : >-
@@ -97,15 +97,15 @@ jobs:
97
97
check-latest : true
98
98
- name : Restore Python virtual environment
99
99
id : cache-venv
100
- uses :
actions/cache/[email protected] .2
100
+ uses :
actions/cache/[email protected] .3
101
101
with :
102
102
fail-on-cache-miss : true
103
103
path : venv
104
104
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
105
105
needs.prepare-base.outputs.python-key }}
106
106
- name : Restore pre-commit environment
107
107
id : cache-precommit
108
- uses :
actions/cache/[email protected] .2
108
+ uses :
actions/cache/[email protected] .3
109
109
with :
110
110
fail-on-cache-miss : true
111
111
path : ${{ env.PRE_COMMIT_CACHE }}
@@ -131,7 +131,7 @@ jobs:
131
131
check-latest : true
132
132
- name : Restore Python virtual environment
133
133
id : cache-venv
134
- uses :
actions/cache/[email protected] .2
134
+ uses :
actions/cache/[email protected] .3
135
135
with :
136
136
fail-on-cache-miss : true
137
137
path : venv
@@ -157,7 +157,7 @@ jobs:
157
157
check-latest : true
158
158
- name : Restore Python virtual environment
159
159
id : cache-venv
160
- uses :
actions/cache/[email protected] .2
160
+ uses :
actions/cache/[email protected] .3
161
161
with :
162
162
fail-on-cache-miss : true
163
163
path : venv
@@ -194,7 +194,7 @@ jobs:
194
194
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
195
195
- name : Restore Python virtual environment
196
196
id : cache-venv
197
-
197
+
198
198
with :
199
199
path : venv
200
200
key : >-
0 commit comments