We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3f8cb commit a78d111Copy full SHA for a78d111
1 file changed
.github/workflows/lint.yml
@@ -14,9 +14,9 @@ jobs:
14
node-version: [14.x]
15
steps:
16
- name: Checkout the repository
17
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
18
- name: Use NodeJS ${{ matrix.node-version }}
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node-version }}
22
- name: Install Dependencies and lint
@@ -33,9 +33,9 @@ jobs:
33
34
35
36
37
38
39
40
41
0 commit comments