From 8554056687d9a3b3582c3c59b7d3b172114e002c Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:54:23 +0200 Subject: [PATCH 1/2] ci: bump `pnpm/action-setup` version --- .github/workflows/integration.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From da5168419042d4f951165985903cfc0d78fc2278 Mon Sep 17 00:00:00 2001 From: HiDeoo <494699+HiDeoo@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:55:06 +0200 Subject: [PATCH 2/2] docs: fix getting started guide link --- packages/starlight-openapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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