Skip to content

Commit 332dfb3

Browse files
ci: update actions to v3 (#1111)
1 parent 30bd614 commit 332dfb3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,20 @@ jobs:
1818
# Otherwise we would not know if the problem is tied to the Node.js version
1919
fail-fast: false
2020
matrix:
21-
# TODO: relax `'16.9.1'` to `16` once GitHub has 16.9.1 cached. 16.9.0 is broken due to https://github.com/nodejs/node/issues/40030
22-
node: [12, 14, '16.9.1']
21+
node: [12, 14, 16]
2322
runs-on: ubuntu-latest
2423
steps:
2524
- name: 🛑 Cancel Previous Runs
2625
uses: styfle/[email protected]
2726

2827
- name: ⬇️ Checkout repo
29-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
3029
with:
3130
# required by codecov/codecov-action
3231
fetch-depth: 0
3332

3433
- name: ⎔ Setup node
35-
uses: actions/setup-node@v2
34+
uses: actions/setup-node@v3
3635
with:
3736
node-version: ${{ matrix.node }}
3837

@@ -66,10 +65,10 @@ jobs:
6665
uses: styfle/[email protected]
6766

6867
- name: ⬇️ Checkout repo
69-
uses: actions/checkout@v2
68+
uses: actions/checkout@v3
7069

7170
- name: ⎔ Setup node
72-
uses: actions/setup-node@v2
71+
uses: actions/setup-node@v3
7372
with:
7473
node-version: 14
7574

0 commit comments

Comments
 (0)