Skip to content

Commit 2cff2b6

Browse files
Update to actinos/cache@v3 since v2 is EOL
1 parent aef7a0a commit 2cff2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
- name: Cache Node Modules
3030
id: cache-node-modules
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: node_modules
3434
key: ${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)