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 b3886b2 commit 88f2ad8Copy full SHA for 88f2ad8
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4.3.0
+ - uses: actions/checkout@v5.0.0
13
- uses: ./.github/actions/prepare
14
- name: Use pnpm to build site
15
run: |
.github/workflows/deploy.yml
run: pnpm build
0 commit comments