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 92d27a7 commit 2e24daeCopy full SHA for 2e24dae
.github/workflows/prerelease.yml
@@ -13,7 +13,7 @@ lint:
13
name: Lint
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
@@ -27,7 +27,7 @@ lint:
27
name: Build
28
29
30
31
32
33
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
20
fetch-depth: 0
21
0 commit comments