We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32531d commit b08c3cdCopy full SHA for b08c3cd
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
.github/workflows/unit-test.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
- 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