Skip to content

Commit 18b9c11

Browse files
chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#785)
1 parent 505a35d commit 18b9c11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 16.x
2020
- name: Cache Node.js modules
21-
uses: actions/cache@v4.0.2
21+
uses: actions/cache@v4.1.0
2222
with:
2323
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424
key: ${{ runner.OS }}-node-16.x-${{ hashFiles('**/package-lock.json') }}
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: ${{ matrix.node-version }}
4545
- name: Cache Node.js modules
46-
uses: actions/cache@v4.0.2
46+
uses: actions/cache@v4.1.0
4747
with:
4848
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
4949
key: ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 16.x
2020
- name: Cache Node.js modules
21-
uses: actions/cache@v4.0.2
21+
uses: actions/cache@v4.1.0
2222
with:
2323
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424
key: ${{ runner.OS }}-node-16.x-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)