diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a737051..4f20c96 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.6.12 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1d0270..1966a9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4 with: version: 8.6.12 diff --git a/packages/starlight-openapi/README.md b/packages/starlight-openapi/README.md index 881e801..dfd3a4a 100644 --- a/packages/starlight-openapi/README.md +++ b/packages/starlight-openapi/README.md @@ -20,7 +20,7 @@ ## Getting Started -Want to get started immediately? Check out the [getting started guide](https://starlight-openapi.vercel.app/guides/getting-started/) or check out the [demo](https://starlight-openapi.vercel.app/api/petstore/operations/addpet/) to see the plugin in action. +Want to get started immediately? Check out the [getting started guide](https://starlight-openapi.vercel.app/getting-started/) or check out the [demo](https://starlight-openapi.vercel.app/api/petstore/operations/addpet/) to see the plugin in action. ## Features