Skip to content

Commit 2dcfce7

Browse files
committed
update actions/cache@v2 => v3
1 parent ef06f04 commit 2dcfce7

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
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: '12.x'
1717
- name: Cache NPM dependencies
18-
uses: actions/cache@v2
18+
uses: actions/cache@v3
1919
with:
2020
path: node_modules
2121
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)