We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f814b commit 0bc08fcCopy full SHA for 0bc08fc
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4.3.1
+ - uses: actions/checkout@v6.0.2
13
- uses: ./.github/actions/prepare
14
- name: Use pnpm to build site
15
run: |
.github/workflows/deploy.yml
run: pnpm build
0 commit comments