We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2cb1f commit a17044dCopy full SHA for a17044d
.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.1
13
- uses: ./.github/actions/prepare
14
- name: Use pnpm to build site
15
run: |
.github/workflows/deploy.yml
run: pnpm build
0 commit comments