3535 python-version : ${{ env.DEFAULT_PYTHON }}
3636 - name : Restore Python virtual environment
3737 id : cache-venv
38- uses : actions/cache@v4.0.2
38+ uses : actions/cache@v4.2.3
3939 with :
4040 path : venv
4141 key : |
5050 pip install -e ".[dev]"
5151 - name : Restore pre-commit environment from cache
5252 id : cache-precommit
53- uses : actions/cache@v4.0.2
53+ uses : actions/cache@v4.2.3
5454 with :
5555 path : ${{ env.PRE_COMMIT_CACHE }}
5656 lookup-only : true
7979 python-version : ${{ needs.prepare.outputs.python-version }}
8080 - name : Restore Python virtual environment
8181 id : cache-venv
82- uses : actions/cache@v4.0.2
82+ uses : actions/cache@v4.2.3
8383 with :
8484 path : venv
8585 key : |
9292 exit 1
9393 - name : Restore pre-commit environment from cache
9494 id : cache-precommit
95- uses : actions/cache@v4.0.2
95+ uses : actions/cache@v4.2.3
9696 with :
9797 path : ${{ env.PRE_COMMIT_CACHE }}
9898 key : |
@@ -125,7 +125,7 @@ jobs:
125125 python-version : ${{ needs.prepare.outputs.python-version }}
126126 - name : Restore Python virtual environment
127127 id : cache-venv
128- uses : actions/cache@v4.0.2
128+ uses : actions/cache@v4.2.3
129129 with :
130130 path : venv
131131 key : |
@@ -138,7 +138,7 @@ jobs:
138138 exit 1
139139 - name : Restore pre-commit environment from cache
140140 id : cache-precommit
141- uses : actions/cache@v4.0.2
141+ uses : actions/cache@v4.2.3
142142 with :
143143 path : ${{ env.PRE_COMMIT_CACHE }}
144144 key : |
@@ -171,7 +171,7 @@ jobs:
171171 python-version : ${{ needs.prepare.outputs.python-version }}
172172 - name : Restore Python virtual environment
173173 id : cache-venv
174- uses : actions/cache@v4.0.2
174+ uses : actions/cache@v4.2.3
175175 with :
176176 path : venv
177177 key : |
@@ -184,7 +184,7 @@ jobs:
184184 exit 1
185185 - name : Restore pre-commit environment from cache
186186 id : cache-precommit
187- uses : actions/cache@v4.0.2
187+ uses : actions/cache@v4.2.3
188188 with :
189189 path : ${{ env.PRE_COMMIT_CACHE }}
190190 key : |
@@ -260,7 +260,7 @@ jobs:
260260 python-version : ${{ needs.prepare.outputs.python-version }}
261261 - name : Restore Python virtual environment
262262 id : cache-venv
263- uses : actions/cache@v4.0.2
263+ uses : actions/cache@v4.2.3
264264 with :
265265 path : venv
266266 key : |
@@ -311,7 +311,7 @@ jobs:
311311 python-version : ${{ needs.prepare.outputs.python-version }}
312312 - name : Restore Python virtual environment
313313 id : cache-venv
314- uses : actions/cache@v4.0.2
314+ uses : actions/cache@v4.2.3
315315 with :
316316 path : venv
317317 key : |
0 commit comments