We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2636b commit 34ec0eeCopy full SHA for 34ec0ee
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- run: corepack enable
24
- uses: actions/setup-node@v4
25
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