Skip to content

Commit 70fc5ee

Browse files
Merge pull request #658 from opencontainers/dependabot/github_actions/actions/cache-5
2 parents 4eb239b + ba7b1c6 commit 70fc5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: docker/setup-buildx-action@v3
108108
- name: fetch cached ci image
109109
id: fetch-ci-image
110-
uses: actions/cache@v4
110+
uses: actions/cache@v5
111111
with:
112112
path: ${{ github.workspace }}/.ci-cache/
113113
key: ${{ github.workflow }}-image-${{ hashFiles('Dockerfile') }}-${{ github.sha }}-${{ github.run_id }}
@@ -156,7 +156,7 @@ jobs:
156156
uses: docker/setup-buildx-action@v3
157157
- name: fetch cached ci image
158158
id: fetch-ci-image
159-
uses: actions/cache@v4
159+
uses: actions/cache@v5
160160
with:
161161
path: ${{ github.workspace }}/.ci-cache/
162162
key: ${{ github.workflow }}-image-${{ hashFiles('Dockerfile') }}-${{ github.sha }}-${{ github.run_id }}

0 commit comments

Comments
 (0)