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 f34910a commit f6bddcdCopy full SHA for f6bddcd
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
id-token: write
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
node-version: [16, 18]
runs-on: ${{ matrix.os }}
22
23
- uses: pnpm/action-setup@v2
24
- uses: actions/setup-node@v3
25
0 commit comments