Skip to content

Commit e2b24d9

Browse files
authored
chore(ci): update cache action (pypa#1603)
1 parent 7d57077 commit e2b24d9

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)