From 9af9d4d9747fc5a2636c80d6ae74a89d91365020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:22:32 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6.0.3 to 6.0.4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/903f9c1a6ebcba6cf41d87230be49611ac97822e...26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- .github/workflows/eslint.yml | 2 +- .github/workflows/jest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 771adac1..f49ea867 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@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v4 - name: Install dependencies run: pnpm install - name: Publish to Chromatic diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index f79be336..170e2433 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@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v4 - name: Install dependencies run: | pnpm install diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml index 33e8f1ea..ebeeeae6 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@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v4 - run: pnpm install - run: pnpm test:ci