Skip to content

Commit 93bea31

Browse files
build(deps): bump actions/cache from 4 to 5
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] <[email protected]>
1 parent 854cde8 commit 93bea31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: docker/setup-buildx-action@v3
103103

104104
- name: Use cache
105-
uses: actions/cache@v4
105+
uses: actions/cache@v5
106106
with:
107107
path: /tmp/.build-cache
108108
key: ${{ runner.os }}-docker
@@ -159,7 +159,7 @@ jobs:
159159
uses: docker/setup-buildx-action@v3
160160

161161
- name: Use cache
162-
uses: actions/cache@v4
162+
uses: actions/cache@v5
163163
with:
164164
path: /tmp/.build-cache
165165
key: ${{ runner.os }}-docker
@@ -359,7 +359,7 @@ jobs:
359359
uses: docker/setup-buildx-action@v3
360360

361361
- name: Use cache
362-
uses: actions/cache@v4
362+
uses: actions/cache@v5
363363
with:
364364
path: /tmp/.build-cache
365365
key: ${{ runner.os }}-docker
@@ -439,7 +439,7 @@ jobs:
439439
uses: docker/setup-buildx-action@v3
440440

441441
- name: Use cache
442-
uses: actions/cache@v4
442+
uses: actions/cache@v5
443443
with:
444444
path: /tmp/.build-cache
445445
key: ${{ runner.os }}-docker

0 commit comments

Comments
 (0)