We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f529415 commit 630ae77Copy full SHA for 630ae77
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 18
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Test
@@ -21,7 +21,7 @@ jobs:
21
name: Lint
22
23
24
25
26
27
0 commit comments