Skip to content

Commit a12878c

Browse files
committed
ci: update cache action
1 parent ad920c6 commit a12878c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: true
3131
persist-credentials: false # disable to prevent leaking credentials to build scripts
3232
- name: LLVM cache
33-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
33+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3434
with:
3535
path: ./llvm
3636
key: ${{ hashFiles('download_llvm.sh') }}
@@ -100,7 +100,7 @@ jobs:
100100
submodules: true
101101
persist-credentials: false # disable to prevent leaking credentials to build scripts
102102
- name: LLVM cache
103-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
103+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
104104
with:
105105
path: ./llvm
106106
key: ${{ hashFiles('download_llvm.sh') }}

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: true
2020
persist-credentials: false # disable to prevent leaking credentials to build scripts
2121
- name: LLVM cache
22-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
22+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2323
with:
2424
path: ./llvm
2525
key: ${{ hashFiles('download_llvm.sh') }}
@@ -76,7 +76,7 @@ jobs:
7676
submodules: true
7777
persist-credentials: false # disable to prevent leaking credentials to build scripts
7878
- name: LLVM cache
79-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
79+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8080
with:
8181
path: ./llvm
8282
key: ${{ hashFiles('download_llvm.sh') }}

0 commit comments

Comments
 (0)