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 79a63b8 commit 96fe397Copy full SHA for 96fe397
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v3
26
with:
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
if: "!contains(github.event.head_commit.message, '[skip ci]')"
11
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
15
fetch-depth: 0
16
- name: Setup Node.js
0 commit comments