Skip to content

Commit fbe7430

Browse files
chore(deps): bump actions/cache from 5 to 6 (#4235)
1 parent 72302fe commit fbe7430

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Cache Node Modules
2727
id: cache-node-modules
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: node_modules
3131
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Cache Node Modules
6666
id: cache-node-modules
67-
uses: actions/cache@v5
67+
uses: actions/cache@v6
6868
with:
6969
path: node_modules
7070
key: node-modules-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)