From 92753e07a6f44eaea6fffe0ed0315ef34ebb356d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:38:32 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/gravity.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c25f28f..e03911b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -777,7 +777,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: version: 10 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/gravity.yml b/.github/workflows/gravity.yml index be5e88dc..bc9a6d6f 100644 --- a/.github/workflows/gravity.yml +++ b/.github/workflows/gravity.yml @@ -14,7 +14,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - uses: actions/checkout@v7 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 with: version: 10 - uses: actions/download-artifact@v8