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 31d188d commit 7d37a40Copy full SHA for 7d37a40
.github/actions/install/action.yml
@@ -37,12 +37,12 @@ runs:
37
38
- name: Cache v8
39
id: cache-v8
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
env:
42
cache-name: cache-v8
43
with:
44
path: ${{ inputs.cache-dir }}/v8
45
- key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}.a
+ key: libc_v8_${{ inputs.v8 }}_${{ inputs.os }}_${{ inputs.arch }}_${{ inputs.zig-v8 }}.a
46
47
- if: ${{ steps.cache-v8.outputs.cache-hit != 'true' }}
48
shell: bash
0 commit comments