From da652a69adcecf5ab954df6ad307bb414734a4d2 Mon Sep 17 00:00:00 2001 From: Saagar Date: Sun, 17 May 2026 21:33:58 -0700 Subject: [PATCH] ci: refresh BattleGrid pnpm setup action Tests: ruby YAML parse for updated workflow files. --- .github/workflows/ci.yml | 4 ++-- .github/workflows/quality-gates.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9db7d..833ead4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 9 @@ -161,7 +161,7 @@ jobs: node-version: 20 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 9 diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 26ee515..4f55832 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -21,7 +21,7 @@ jobs: components: rustfmt, clippy targets: wasm32-unknown-unknown - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 9