Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 96385da

Browse files
authored
Merge pull request #52 from vrelease/dependabot/github_actions/actions/cache-5.0.2
build(deps): bump actions/cache from 3.0.1 to 5.0.2
2 parents 29e958e + a0e16d9 commit 96385da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Cache pnpm store
3333
id: cache-node-modules
34-
uses: actions/cache@v3.0.1
34+
uses: actions/cache@v5.0.2
3535
with:
3636
path: |
3737
./node_modules

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Cache pnpm store
4747
id: cache-node-modules
48-
uses: actions/cache@v3.0.1
48+
uses: actions/cache@v5.0.2
4949
with:
5050
path: |
5151
./node_modules

0 commit comments

Comments
 (0)