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 0f3a1fc commit 9ef4f1bCopy full SHA for 9ef4f1b
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- run: corepack enable
25
- uses: actions/setup-node@v4
26
with:
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
release:
13
runs-on: ubuntu-latest
14
15
16
17
fetch-depth: 0
18
0 commit comments