From 9fde0e66adead08af9e0d5c230d9eee6c4735a13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:44:06 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6.0.3 --- .github/workflows/merge-pr.yml | 2 +- .github/workflows/validate-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-pr.yml b/.github/workflows/merge-pr.yml index 8babb4b..2aa567a 100644 --- a/.github/workflows/merge-pr.yml +++ b/.github/workflows/merge-pr.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up pnpm - uses: pnpm/action-setup@v6.0.1 + uses: pnpm/action-setup@v6.0.3 - name: Set up Node uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 969c2fb..5d40b6b 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Set up pnpm - uses: pnpm/action-setup@v6.0.1 + uses: pnpm/action-setup@v6.0.3 - name: Get node version id: get-node-version