Skip to content

Commit c63cf42

Browse files
committed
chore(ci): update cache action
1 parent 7d57077 commit c63cf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

5959
- name: Setup cache
6060
if: github.event_name != 'workflow_dispatch' || fromJSON(github.event.inputs.useCache)
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
6464
key: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-${{ hashFiles('docker/**') }}

0 commit comments

Comments
 (0)