From d95f74d99847086b6c0ebe1ba91a35082cf71c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:25:00 +0000 Subject: build(deps): bump pnpm/action-setup in the github-actions group Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 4 to 5 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/changesets.yml | 2 +- .github/workflows/node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 6b130a9..f75c0b5 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -22,7 +22,7 @@ jobs: - name: Install needed softwares run: sudo apt-get -y install ripgrep moreutils - name: Install pnpm and dependencies - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: run_install: true - name: Set up Node.js diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 9b07635..8c190ae 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -39,7 +39,7 @@ jobs: restore-keys: | ${{ runner.os }}-turbo- - name: Install pnpm and dependencies - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: run_install: true - name: Set up Node.js -- cgit v1.2.3