Skip to content

Commit d15b204

Browse files
authored
Merge pull request #627 from go-debos/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 854cde8 + 93bea31 commit d15b204

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)