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 a089ff6 commit 1c77202Copy full SHA for 1c77202
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
with:
14
fetch-depth: 0
15
.github/workflows/unit-test.yml
@@ -10,7 +10,7 @@ jobs:
lint:
- name: Set node
uses: actions/setup-node@v3
16
@@ -35,7 +35,7 @@ jobs:
35
fail-fast: false
36
37
38
39
- name: Set node ${{ matrix.node }}
40
41
0 commit comments