Skip to content

Commit 8914b26

Browse files
ci(deps): bump actions/cache from 4 to 5 (#632)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4fabf62 commit 8914b26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Cache HA Docker image
5353
id: cache-ha-image
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: /tmp/ha-image.tar
5757
key: ha-image-${{ env.HA_IMAGE_GHCR }}-${{ runner.arch }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Cache HA Docker image
8787
id: cache-ha-image
88-
uses: actions/cache@v4
88+
uses: actions/cache@v5
8989
with:
9090
path: /tmp/ha-image.tar
9191
key: ha-image-${{ env.HA_IMAGE_GHCR }}-${{ runner.arch }}

0 commit comments

Comments
 (0)