@@ -171,7 +171,7 @@ jobs:
171
171
env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')"
172
172
- name : Restore base Python virtual environment
173
173
id : cache-venv
174
- uses : actions/cache@v2.1.7
174
+ uses : actions/cache@v4.0.2
175
175
with :
176
176
path : venv
177
177
key : >-
@@ -188,7 +188,7 @@ jobs:
188
188
# ${{ runner.os }}-${{ steps.python.outputs.python-version }}-base-venv-${{ env.CACHE_VERSION }}-
189
189
- name : Restore pip wheel cache
190
190
if : steps.cache-venv.outputs.cache-hit != 'true'
191
- uses : actions/cache@v2.1.7
191
+ uses : actions/cache@v4.0.2
192
192
with :
193
193
path : ${{ env.PIP_CACHE }}
194
194
key : >-
@@ -211,7 +211,7 @@ jobs:
211
211
hashFiles('.pre-commit-config.yaml') }}"
212
212
- name : Restore pre-commit environment from cache
213
213
id : cache-precommit
214
- uses : actions/cache@v2.1.7
214
+ uses : actions/cache@v4.0.2
215
215
with :
216
216
path : ${{ env.PRE_COMMIT_CACHE }}
217
217
key : >-
@@ -240,7 +240,7 @@ jobs:
240
240
python-version : ${{ env.DEFAULT_PYTHON }}
241
241
- name : Restore base Python virtual environment
242
242
id : cache-venv
243
- uses : actions/cache@v2.1.7
243
+ uses : actions/cache@v4.0.2
244
244
with :
245
245
path : venv
246
246
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -252,7 +252,7 @@ jobs:
252
252
exit 1
253
253
- name : Restore pre-commit environment from cache
254
254
id : cache-precommit
255
- uses : actions/cache@v2.1.7
255
+ uses : actions/cache@v4.0.2
256
256
with :
257
257
path : ${{ env.PRE_COMMIT_CACHE }}
258
258
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -290,7 +290,7 @@ jobs:
290
290
python-version : ${{ env.DEFAULT_PYTHON }}
291
291
- name : Restore base Python virtual environment
292
292
id : cache-venv
293
- uses : actions/cache@v2.1.7
293
+ uses : actions/cache@v4.0.2
294
294
with :
295
295
path : venv
296
296
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -302,7 +302,7 @@ jobs:
302
302
exit 1
303
303
- name : Restore pre-commit environment from cache
304
304
id : cache-precommit
305
- uses : actions/cache@v2.1.7
305
+ uses : actions/cache@v4.0.2
306
306
with :
307
307
path : ${{ env.PRE_COMMIT_CACHE }}
308
308
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -341,7 +341,7 @@ jobs:
341
341
python-version : ${{ env.DEFAULT_PYTHON }}
342
342
- name : Restore base Python virtual environment
343
343
id : cache-venv
344
- uses : actions/cache@v2.1.7
344
+ uses : actions/cache@v4.0.2
345
345
with :
346
346
path : venv
347
347
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -353,7 +353,7 @@ jobs:
353
353
exit 1
354
354
- name : Restore pre-commit environment from cache
355
355
id : cache-precommit
356
- uses : actions/cache@v2.1.7
356
+ uses : actions/cache@v4.0.2
357
357
with :
358
358
path : ${{ env.PRE_COMMIT_CACHE }}
359
359
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -383,7 +383,7 @@ jobs:
383
383
python-version : ${{ env.DEFAULT_PYTHON }}
384
384
- name : Restore base Python virtual environment
385
385
id : cache-venv
386
- uses : actions/cache@v2.1.7
386
+ uses : actions/cache@v4.0.2
387
387
with :
388
388
path : venv
389
389
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -395,7 +395,7 @@ jobs:
395
395
exit 1
396
396
- name : Restore pre-commit environment from cache
397
397
id : cache-precommit
398
- uses : actions/cache@v2.1.7
398
+ uses : actions/cache@v4.0.2
399
399
with :
400
400
path : ${{ env.PRE_COMMIT_CACHE }}
401
401
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -488,7 +488,7 @@ jobs:
488
488
uses : actions/checkout@v3.0.0
489
489
- name : Restore full Python ${{ matrix.python-version }} virtual environment
490
490
id : cache-venv
491
- uses : actions/cache@v2.1.7
491
+ uses : actions/cache@v4.0.2
492
492
with :
493
493
path : venv
494
494
key : ${{ runner.os }}-${{ matrix.python-version }}-${{
@@ -517,7 +517,7 @@ jobs:
517
517
python-version : ${{ env.DEFAULT_PYTHON }}
518
518
- name : Restore base Python virtual environment
519
519
id : cache-venv
520
- uses : actions/cache@v2.1.7
520
+ uses : actions/cache@v4.0.2
521
521
with :
522
522
path : venv
523
523
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -559,7 +559,7 @@ jobs:
559
559
env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')"
560
560
- name : Restore full Python ${{ matrix.python-version }} virtual environment
561
561
id : cache-venv
562
- uses : actions/cache@v2.1.7
562
+ uses : actions/cache@v4.0.2
563
563
with :
564
564
path : venv
565
565
key : >-
@@ -576,7 +576,7 @@ jobs:
576
576
# ${{ runner.os }}-${{ matrix.python-version }}-venv-${{ env.CACHE_VERSION }}-
577
577
- name : Restore pip wheel cache
578
578
if : steps.cache-venv.outputs.cache-hit != 'true'
579
- uses : actions/cache@v2.1.7
579
+ uses : actions/cache@v4.0.2
580
580
with :
581
581
path : ${{ env.PIP_CACHE }}
582
582
key : >-
@@ -615,7 +615,7 @@ jobs:
615
615
uses : actions/checkout@v3.0.0
616
616
- name : Restore full Python ${{ matrix.python-version }} virtual environment
617
617
id : cache-venv
618
- uses : actions/cache@v2.1.7
618
+ uses : actions/cache@v4.0.2
619
619
with :
620
620
path : venv
621
621
key : ${{ runner.os }}-${{ matrix.python-version }}-${{
@@ -657,7 +657,7 @@ jobs:
657
657
uses : actions/checkout@v3.0.0
658
658
- name : Restore full Python ${{ matrix.python-version }} virtual environment
659
659
id : cache-venv
660
- uses : actions/cache@v2.1.7
660
+ uses : actions/cache@v4.0.2
661
661
with :
662
662
path : venv
663
663
key : ${{ runner.os }}-${{ matrix.python-version }}-${{
@@ -701,7 +701,7 @@ jobs:
701
701
uses : actions/checkout@v3.0.0
702
702
- name : Restore full Python ${{ matrix.python-version }} virtual environment
703
703
id : cache-venv
704
- uses : actions/cache@v2.1.7
704
+ uses : actions/cache@v4.0.2
705
705
with :
706
706
path : venv
707
707
key : ${{ runner.os }}-${{ matrix.python-version }}-${{
@@ -744,7 +744,7 @@ jobs:
744
744
uses : actions/checkout@v3.0.0
745
745
- name : Restore full Python ${{ matrix.python-version }} virtual environment
746
746
id : cache-venv
747
- uses : actions/cache@v2.1.7
747
+ uses : actions/cache@v4.0.2
748
748
with :
749
749
path : venv
750
750
key : ${{ runner.os }}-${{ matrix.python-version }}-${{
0 commit comments