From c737d58e8eb583558b76be0e0b871d359a7f4fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:06:32 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-deployment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 37aeed4c5..9c94589af 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -19,7 +19,7 @@ jobs: with: node-version-file: ".nvmrc" - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: @@ -56,7 +56,7 @@ jobs: with: node-version-file: ".nvmrc" - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: @@ -96,7 +96,7 @@ jobs: with: node-version-file: ".nvmrc" - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: @@ -145,7 +145,7 @@ jobs: with: node-version-file: ".nvmrc" - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: @@ -210,7 +210,7 @@ jobs: with: node-version-file: ".nvmrc" - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: