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