Skip to content

Commit ae9f4c6

Browse files
committed
fix old actions deps
1 parent 747ec63 commit ae9f4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
node-version:
1616
- 14.x
1717
steps:
18-
- uses: actions/checkout@v1
19-
- uses: actions/setup-node@v1
18+
- uses: actions/checkout@vlatest
19+
- uses: actions/setup-node@vlatest
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: Cache npm
24-
uses: actions/cache@v1
24+
uses: actions/cache@latest
2525
with:
2626
path: ~/.npm
2727
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)