File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments