Skip to content

Commit eb6ae9d

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (home-assistant#150253)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b126f3f commit eb6ae9d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/ci.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
check-latest: true
256256
- name: Restore base Python virtual environment
257257
id: cache-venv
258-
uses: actions/cache@v4.2.3
258+
uses: actions/cache@v4.2.4
259259
with:
260260
path: venv
261261
key: >-
@@ -271,7 +271,7 @@ jobs:
271271
uv pip install "$(cat requirements_test.txt | grep pre-commit)"
272272
- name: Restore pre-commit environment from cache
273273
id: cache-precommit
274-
uses: actions/cache@v4.2.3
274+
uses: actions/cache@v4.2.4
275275
with:
276276
path: ${{ env.PRE_COMMIT_CACHE }}
277277
lookup-only: true
@@ -301,7 +301,7 @@ jobs:
301301
check-latest: true
302302
- name: Restore base Python virtual environment
303303
id: cache-venv
304-
uses: actions/cache/restore@v4.2.3
304+
uses: actions/cache/restore@v4.2.4
305305
with:
306306
path: venv
307307
fail-on-cache-miss: true
@@ -310,7 +310,7 @@ jobs:
310310
needs.info.outputs.pre-commit_cache_key }}
311311
- name: Restore pre-commit environment from cache
312312
id: cache-precommit
313-
uses: actions/cache/restore@v4.2.3
313+
uses: actions/cache/restore@v4.2.4
314314
with:
315315
path: ${{ env.PRE_COMMIT_CACHE }}
316316
fail-on-cache-miss: true
@@ -341,7 +341,7 @@ jobs:
341341
check-latest: true
342342
- name: Restore base Python virtual environment
343343
id: cache-venv
344-
uses: actions/cache/restore@v4.2.3
344+
uses: actions/cache/restore@v4.2.4
345345
with:
346346
path: venv
347347
fail-on-cache-miss: true
@@ -350,7 +350,7 @@ jobs:
350350
needs.info.outputs.pre-commit_cache_key }}
351351
- name: Restore pre-commit environment from cache
352352
id: cache-precommit
353-
uses: actions/cache/restore@v4.2.3
353+
uses: actions/cache/restore@v4.2.4
354354
with:
355355
path: ${{ env.PRE_COMMIT_CACHE }}
356356
fail-on-cache-miss: true
@@ -381,7 +381,7 @@ jobs:
381381
check-latest: true
382382
- name: Restore base Python virtual environment
383383
id: cache-venv
384-
uses: actions/cache/restore@v4.2.3
384+
uses: actions/cache/restore@v4.2.4
385385
with:
386386
path: venv
387387
fail-on-cache-miss: true
@@ -390,7 +390,7 @@ jobs:
390390
needs.info.outputs.pre-commit_cache_key }}
391391
- name: Restore pre-commit environment from cache
392392
id: cache-precommit
393-
uses: actions/cache/restore@v4.2.3
393+
uses: actions/cache/restore@v4.2.4
394394
with:
395395
path: ${{ env.PRE_COMMIT_CACHE }}
396396
fail-on-cache-miss: true
@@ -497,15 +497,15 @@ jobs:
497497
env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')" >> $GITHUB_OUTPUT
498498
- name: Restore base Python virtual environment
499499
id: cache-venv
500-
uses: actions/cache@v4.2.3
500+
uses: actions/cache@v4.2.4
501501
with:
502502
path: venv
503503
key: >-
504504
${{ runner.os }}-${{ runner.arch }}-${{ steps.python.outputs.python-version }}-${{
505505
needs.info.outputs.python_cache_key }}
506506
- name: Restore uv wheel cache
507507
if: steps.cache-venv.outputs.cache-hit != 'true'
508-
uses: actions/cache@v4.2.3
508+
uses: actions/cache@v4.2.4
509509
with:
510510
path: ${{ env.UV_CACHE_DIR }}
511511
key: >-
@@ -593,7 +593,7 @@ jobs:
593593
check-latest: true
594594
- name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
595595
id: cache-venv
596-
uses: actions/cache/restore@v4.2.3
596+
uses: actions/cache/restore@v4.2.4
597597
with:
598598
path: venv
599599
fail-on-cache-miss: true
@@ -626,7 +626,7 @@ jobs:
626626
check-latest: true
627627
- name: Restore base Python virtual environment
628628
id: cache-venv
629-
uses: actions/cache/restore@v4.2.3
629+
uses: actions/cache/restore@v4.2.4
630630
with:
631631
path: venv
632632
fail-on-cache-miss: true
@@ -683,7 +683,7 @@ jobs:
683683
check-latest: true
684684
- name: Restore full Python ${{ matrix.python-version }} virtual environment
685685
id: cache-venv
686-
uses: actions/cache/restore@v4.2.3
686+
uses: actions/cache/restore@v4.2.4
687687
with:
688688
path: venv
689689
fail-on-cache-miss: true
@@ -726,7 +726,7 @@ jobs:
726726
check-latest: true
727727
- name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
728728
id: cache-venv
729-
uses: actions/cache/restore@v4.2.3
729+
uses: actions/cache/restore@v4.2.4
730730
with:
731731
path: venv
732732
fail-on-cache-miss: true
@@ -773,7 +773,7 @@ jobs:
773773
check-latest: true
774774
- name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
775775
id: cache-venv
776-
uses: actions/cache/restore@v4.2.3
776+
uses: actions/cache/restore@v4.2.4
777777
with:
778778
path: venv
779779
fail-on-cache-miss: true
@@ -825,15 +825,15 @@ jobs:
825825
env.HA_SHORT_VERSION }}-$(date -u '+%Y-%m-%dT%H:%M:%s')" >> $GITHUB_OUTPUT
826826
- name: Restore full Python ${{ env.DEFAULT_PYTHON }} virtual environment
827827
id: cache-venv
828-
uses: actions/cache/restore@v4.2.3
828+
uses: actions/cache/restore@v4.2.4
829829
with:
830830
path: venv
831831
fail-on-cache-miss: true
832832
key: >-
833833
${{ runner.os }}-${{ runner.arch }}-${{ steps.python.outputs.python-version }}-${{
834834
needs.info.outputs.python_cache_key }}
835835
- name: Restore mypy cache
836-
uses: actions/cache@v4.2.3
836+
uses: actions/cache@v4.2.4
837837
with:
838838
path: .mypy_cache
839839
key: >-
@@ -895,7 +895,7 @@ jobs:
895895
check-latest: true
896896
- name: Restore base Python virtual environment
897897
id: cache-venv
898-
uses: actions/cache/restore@v4.2.3
898+
uses: actions/cache/restore@v4.2.4
899899
with:
900900
path: venv
901901
fail-on-cache-miss: true
@@ -956,7 +956,7 @@ jobs:
956956
check-latest: true
957957
- name: Restore full Python ${{ matrix.python-version }} virtual environment
958958
id: cache-venv
959-
uses: actions/cache/restore@v4.2.3
959+
uses: actions/cache/restore@v4.2.4
960960
with:
961961
path: venv
962962
fail-on-cache-miss: true
@@ -1089,7 +1089,7 @@ jobs:
10891089
check-latest: true
10901090
- name: Restore full Python ${{ matrix.python-version }} virtual environment
10911091
id: cache-venv
1092-
uses: actions/cache/restore@v4.2.3
1092+
uses: actions/cache/restore@v4.2.4
10931093
with:
10941094
path: venv
10951095
fail-on-cache-miss: true
@@ -1231,7 +1231,7 @@ jobs:
12311231
check-latest: true
12321232
- name: Restore full Python ${{ matrix.python-version }} virtual environment
12331233
id: cache-venv
1234-
uses: actions/cache/restore@v4.2.3
1234+
uses: actions/cache/restore@v4.2.4
12351235
with:
12361236
path: venv
12371237
fail-on-cache-miss: true
@@ -1390,7 +1390,7 @@ jobs:
13901390
check-latest: true
13911391
- name: Restore full Python ${{ matrix.python-version }} virtual environment
13921392
id: cache-venv
1393-
uses: actions/cache/restore@v4.2.3
1393+
uses: actions/cache/restore@v4.2.4
13941394
with:
13951395
path: venv
13961396
fail-on-cache-miss: true

0 commit comments

Comments
 (0)