Skip to content

Commit c3fa637

Browse files
committed
Update actions
1 parent b22b213 commit c3fa637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
matrix:
2121
node-version: [10.x, 14.x]
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- name: Cache Node.js modules
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
# npm cache files are stored in `~/.npm` on Linux/macOS
3232
path: ~/.npm

0 commit comments

Comments
 (0)