Skip to content

Commit 7157c0d

Browse files
authored
Merge pull request #463 from hanazuki/dependabot/github_actions/actions/cache-6.1.0
build(deps): bump actions/cache from 5.0.5 to 6.1.0
2 parents ba6d313 + 93cd295 commit 7157c0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
node-version: ${{ matrix.node }}
7575
cache: npm
76-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
76+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7777
with:
7878
path: /home/runner/.cmake-js
7979
key: node-${{ matrix.node }}-cmake-js

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
submodules: recursive
2626
persist-credentials: true
27-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
27+
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)