3838 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
3939 - name : Restore Python virtual environment
4040 id : cache-venv
41- 41+ 4242 with :
4343 path : venv
4444 key : >-
6060 hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6161 - name : Restore pre-commit environment
6262 id : cache-precommit
63- 63+ 6464 with :
6565 path : ${{ env.PRE_COMMIT_CACHE }}
6666 key : >-
9999 check-latest : true
100100 - name : Restore Python virtual environment
101101 id : cache-venv
102- uses :
actions/cache/[email protected] .3 102+ uses :
actions/cache/[email protected] .4 103103 with :
104104 fail-on-cache-miss : true
105105 path : venv
@@ -108,7 +108,7 @@ jobs:
108108 needs.prepare-base.outputs.python-key }}
109109 - name : Restore pre-commit environment
110110 id : cache-precommit
111- uses :
actions/cache/[email protected] .3 111+ uses :
actions/cache/[email protected] .4 112112 with :
113113 fail-on-cache-miss : true
114114 path : ${{ env.PRE_COMMIT_CACHE }}
@@ -135,7 +135,7 @@ jobs:
135135 check-latest : true
136136 - name : Restore Python virtual environment
137137 id : cache-venv
138- uses :
actions/cache/[email protected] .3 138+ uses :
actions/cache/[email protected] .4 139139 with :
140140 fail-on-cache-miss : true
141141 path : venv
@@ -162,7 +162,7 @@ jobs:
162162 check-latest : true
163163 - name : Restore Python virtual environment
164164 id : cache-venv
165- uses :
actions/cache/[email protected] .3 165+ uses :
actions/cache/[email protected] .4 166166 with :
167167 fail-on-cache-miss : true
168168 path : venv
@@ -201,7 +201,7 @@ jobs:
201201 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
202202 - name : Restore Python virtual environment
203203 id : cache-venv
204- 204+ 205205 with :
206206 path : venv
207207 key : >-
0 commit comments