Skip to content

Commit 7d37a40

Browse files
committed
ci: add zig v8 version into the cache key
1 parent 31d188d commit 7d37a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ runs:
3737

3838
- name: Cache v8
3939
id: cache-v8
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
env:
4242
cache-name: cache-v8
4343
with:
4444
path: ${{ inputs.cache-dir }}/v8
45-
key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}.a
45+
key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}_${{ inputs.zig-v8 }}.a
4646

4747
- if: ${{ steps.cache-v8.outputs.cache-hit != 'true' }}
4848
shell: bash

0 commit comments

Comments
 (0)