Skip to content

Commit d69fce9

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa97bc1 commit d69fce9

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
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
- name: LLVM cache
31-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
31+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3232
with:
3333
path: ./llvm
3434
key: ${{ hashFiles('download_llvm.sh') }}
@@ -95,7 +95,7 @@ jobs:
9595
xcode-version: ${{env.XCODE_VERSION}}
9696
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9797
- name: LLVM cache
98-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
98+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999
with:
100100
path: ./llvm
101101
key: ${{ hashFiles('download_llvm.sh') }}

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: LLVM cache
20-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
20+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2121
with:
2222
path: ./llvm
2323
key: ${{ hashFiles('download_llvm.sh') }}
@@ -71,7 +71,7 @@ jobs:
7171
xcode-version: ${{env.XCODE_VERSION}}
7272
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373
- name: LLVM cache
74-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
74+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7575
with:
7676
path: ./llvm
7777
key: ${{ hashFiles('download_llvm.sh') }}

0 commit comments

Comments
 (0)