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 ba8f903 commit 14f0dc2Copy full SHA for 14f0dc2
.github/workflows/check_build.yml
@@ -22,9 +22,9 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
26
- name: Setup Node.js
27
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
28
with:
29
node-version: 16.x
30
- name: Install dependencies
.github/workflows/release.yml
@@ -11,9 +11,9 @@ jobs:
11
12
13
14
15
16
17
18
19
0 commit comments