Skip to content

Commit 5f254e9

Browse files
committed
Update actions/cache action to v3
1 parent 9a6b0cf commit 5f254e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020

2121
- name: Cache node modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
# npm cache files are stored in `~/.npm` on Linux/macOS
2525
path: '**/node_modules'

0 commit comments

Comments
 (0)