3838 python-version : ${{ matrix.python-version }}
3939 - name : Restore Python virtual environment
4040 id : cache-venv
41- uses : actions/cache@v4.2.4
41+ uses : actions/cache@v4.3.0
4242 with :
4343 path : venv
4444 key : >
5353 pip install -e ".[dev]"
5454 - name : Restore pre-commit environment from cache
5555 id : cache-precommit
56- uses : actions/cache@v4.2.4
56+ uses : actions/cache@v4.3.0
5757 with :
5858 path : ${{ env.PRE_COMMIT_CACHE }}
5959 lookup-only : true
8585 python-version : ${{ matrix.python-version }}
8686 - name : Restore Python virtual environment
8787 id : cache-venv
88- uses : actions/cache@v4.2.4
88+ uses : actions/cache@v4.3.0
8989 with :
9090 path : venv
9191 key : >
9898 exit 1
9999 - name : Restore pre-commit environment from cache
100100 id : cache-precommit
101- uses : actions/cache@v4.2.4
101+ uses : actions/cache@v4.3.0
102102 with :
103103 path : ${{ env.PRE_COMMIT_CACHE }}
104104 key : >
@@ -134,7 +134,7 @@ jobs:
134134 python-version : ${{ matrix.python-version }}
135135 - name : Restore Python virtual environment
136136 id : cache-venv
137- uses : actions/cache@v4.2.4
137+ uses : actions/cache@v4.3.0
138138 with :
139139 path : venv
140140 key : >
@@ -147,7 +147,7 @@ jobs:
147147 exit 1
148148 - name : Restore pre-commit environment from cache
149149 id : cache-precommit
150- uses : actions/cache@v4.2.4
150+ uses : actions/cache@v4.3.0
151151 with :
152152 path : ${{ env.PRE_COMMIT_CACHE }}
153153 key : >
@@ -183,7 +183,7 @@ jobs:
183183 python-version : ${{ matrix.python-version }}
184184 - name : Restore Python virtual environment
185185 id : cache-venv
186- uses : actions/cache@v4.2.4
186+ uses : actions/cache@v4.3.0
187187 with :
188188 path : venv
189189 key : >
@@ -196,7 +196,7 @@ jobs:
196196 exit 1
197197 - name : Restore pre-commit environment from cache
198198 id : cache-precommit
199- uses : actions/cache@v4.2.4
199+ uses : actions/cache@v4.3.0
200200 with :
201201 path : ${{ env.PRE_COMMIT_CACHE }}
202202 key : >
@@ -275,7 +275,7 @@ jobs:
275275 python-version : ${{ matrix.python-version }}
276276 - name : Restore Python virtual environment
277277 id : cache-venv
278- uses : actions/cache@v4.2.4
278+ uses : actions/cache@v4.3.0
279279 with :
280280 path : venv
281281 key : >
@@ -326,7 +326,7 @@ jobs:
326326 python-version : ${{ env.DEFAULT_PYTHON }}
327327 - name : Restore Python virtual environment
328328 id : cache-venv
329- uses : actions/cache@v4.2.4
329+ uses : actions/cache@v4.3.0
330330 with :
331331 path : venv
332332 key : >
0 commit comments