From 6d9e55b08ec8ff2e721411255c21d84658573023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:38:55 +0000 Subject: [PATCH] Bump pnpm/action-setup from 3 to 4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3...v4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3e63955..63c8c95 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: - uses: "actions/setup-node@v4" with: node-version-file: ".nvmrc" - - uses: "pnpm/action-setup@v3" + - uses: "pnpm/action-setup@v4" - name: Get pnpm store directory shell: bash run: | diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2651fb1..484bfc4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: - uses: "actions/setup-node@v4" with: node-version-file: ".nvmrc" - - uses: "pnpm/action-setup@v3" + - uses: "pnpm/action-setup@v4" - name: Get pnpm store directory shell: bash run: |