diff --git a/.github-json/data/workflows/build.json b/.github-json/data/workflows/build.json index 23ffd24fb..2f72a7cfe 100644 --- a/.github-json/data/workflows/build.json +++ b/.github-json/data/workflows/build.json @@ -28,7 +28,7 @@ "name": "Install dependencies", "uses": "pnpm/action-setup@v2.2.4", "with": { - "version": "8.9.0", + "version": "8.12.1", "run_install": true } }, diff --git a/.github-json/data/workflows/pull-request-check.json b/.github-json/data/workflows/pull-request-check.json index 54fcdff6d..a3ed29327 100644 --- a/.github-json/data/workflows/pull-request-check.json +++ b/.github-json/data/workflows/pull-request-check.json @@ -17,7 +17,7 @@ "name": "Install dependencies", "uses": "pnpm/action-setup@v2.2.4", "with": { - "version": "8.9.0", + "version": "8.12.1", "run_install": true } },