Skip to content

Commit a9758da

Browse files
authored
ci: update actions in GitHub Actions workflows (#117)
1 parent f0af883 commit a9758da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: [14, 16]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- name: Use Node.js
34-
uses: actions/setup-node@v1
34+
uses: actions/setup-node@v3
3535
with:
3636
node-version: '10.x'
3737
- run: npm ci

0 commit comments

Comments
 (0)