Skip to content

Commit 8da5e2f

Browse files
committed
Update build.yml
1 parent 7491018 commit 8da5e2f

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
@@ -203,7 +203,7 @@ jobs:
203203
uses: actions/cache@v4
204204
with:
205205
path: ./tmp
206-
key: "result-cache-v14-${{ matrix.php-version }}-${{ github.run_id }}"
206+
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
207207
restore-keys: |
208208
result-cache-v14-${{ matrix.php-version }}-
209209

0 commit comments

Comments
 (0)