Skip to content

Commit 500ab20

Browse files
committed
Update github actions
1 parent 6c27981 commit 500ab20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# -----------------------------------------------------------------------
3535
- name: Cache node_modules
3636
id: cache-modules
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
with:
3939
path: node_modules
4040
key: ${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)