Skip to content

Commit 5358470

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

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
@@ -121,7 +121,7 @@ jobs:
121121
submodules: true
122122
persist-credentials: false # disable to prevent leaking credentials to build scripts
123123
- name: LLVM cache
124-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
124+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
125125
with:
126126
path: ./llvm
127127
key: ${{ hashFiles('download_llvm.sh') }}
@@ -183,7 +183,7 @@ jobs:
183183
submodules: true
184184
persist-credentials: false # disable to prevent leaking credentials to build scripts
185185
- name: LLVM cache
186-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
186+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
187187
with:
188188
path: ./llvm
189189
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
22+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
79+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8080
with:
8181
path: ./llvm
8282
key: ${{ hashFiles('download_llvm.sh') }}

0 commit comments

Comments
 (0)