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