Skip to content

Commit 9daff44

Browse files
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a212f0 commit 9daff44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: LLVM cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ./llvm
3030
key: ${{ hashFiles('download_llvm.sh') }}
@@ -87,7 +87,7 @@ jobs:
8787
xcode-version: ${{env.XCODE_VERSION}}
8888
- uses: actions/checkout@v3
8989
- name: LLVM cache
90-
uses: actions/cache@v3
90+
uses: actions/cache@v4
9191
with:
9292
path: ./llvm
9393
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@v3
20+
uses: actions/cache@v4
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@v3
7373
- name: LLVM cache
74-
uses: actions/cache@v3
74+
uses: actions/cache@v4
7575
with:
7676
path: ./llvm
7777
key: ${{ hashFiles('download_llvm.sh') }}

0 commit comments

Comments
 (0)