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 : >-
5959 hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
6060 - name : Restore pre-commit environment
6161 id : cache-precommit
62- 62+ 6363 with :
6464 path : ${{ env.PRE_COMMIT_CACHE }}
6565 key : >-
@@ -97,15 +97,15 @@ jobs:
9797 check-latest : true
9898 - name : Restore Python virtual environment
9999 id : cache-venv
100- uses :
actions/cache/[email protected] .2 100+ uses :
actions/cache/[email protected] .3 101101 with :
102102 fail-on-cache-miss : true
103103 path : venv
104104 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
105105 needs.prepare-base.outputs.python-key }}
106106 - name : Restore pre-commit environment
107107 id : cache-precommit
108- uses :
actions/cache/[email protected] .2 108+ uses :
actions/cache/[email protected] .3 109109 with :
110110 fail-on-cache-miss : true
111111 path : ${{ env.PRE_COMMIT_CACHE }}
@@ -131,7 +131,7 @@ jobs:
131131 check-latest : true
132132 - name : Restore Python virtual environment
133133 id : cache-venv
134- uses :
actions/cache/[email protected] .2 134+ uses :
actions/cache/[email protected] .3 135135 with :
136136 fail-on-cache-miss : true
137137 path : venv
@@ -157,7 +157,7 @@ jobs:
157157 check-latest : true
158158 - name : Restore Python virtual environment
159159 id : cache-venv
160- uses :
actions/cache/[email protected] .2 160+ uses :
actions/cache/[email protected] .3 161161 with :
162162 fail-on-cache-miss : true
163163 path : venv
@@ -194,7 +194,7 @@ jobs:
194194 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
195195 - name : Restore Python virtual environment
196196 id : cache-venv
197- 197+ 198198 with :
199199 path : venv
200200 key : >-
0 commit comments