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 88181b1 commit 43b13d0Copy full SHA for 43b13d0
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
14
- uses: pnpm/action-setup@v4
15
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
name: Release
16
with:
17
token: ${{ secrets.UPDATE_TEMPLATE_SSH_KEY }}
18
.github/workflows/test.yml
0 commit comments