We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b479f0b commit 2bd6879Copy full SHA for 2bd6879
2 files changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node: [16]
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
- name: Setup Nodejs
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
- name: Setup Node.js
0 commit comments