From 5287e72a84cdfcd434c24d270c2ba2c182b0b917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:10:42 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6.0.3 to 6.0.5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.3 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/903f9c1a6ebcba6cf41d87230be49611ac97822e...8912a9102ac27614460f54aedde9e1e7f9aec20d) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/eslint.yml | 2 +- .github/workflows/jest.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 771adac1..da772767 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 - - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v4 + - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v4 - name: Install dependencies run: pnpm install - name: Publish to Chromatic diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4eccfecf..9d63685b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 - - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v4 + - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v4 - name: Install dependencies run: pnpm install --frozen-lockfile - name: Run CI checks diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index f79be336..53d3ec56 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -37,7 +37,7 @@ jobs: with: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v4 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v4 - name: Install dependencies run: | pnpm install diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml index 33e8f1ea..74ed16dc 100644 --- a/.github/workflows/jest.yml +++ b/.github/workflows/jest.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 - - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v4 + - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v4 - run: pnpm install - run: pnpm test:ci