We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d57077 commit c63cf42Copy full SHA for c63cf42
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Setup cache
60
if: github.event_name != 'workflow_dispatch' || fromJSON(github.event.inputs.useCache)
61
- uses: actions/cache@v3
+ uses: actions/cache@v4
62
with:
63
path: .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
64
key: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}-${{ hashFiles('docker/**') }}
0 commit comments