We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ab7b4 commit 71825d6Copy full SHA for 71825d6
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
25
- name: Install pnpm
26
uses: pnpm/action-setup@v2.2.1
27
with:
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
node: [12, 14, 16]
18
19
20
0 commit comments