From b16aa78030ca2d3156f937ef36455e49a02ae453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 20:01:50 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2 to 3 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pnpm-docs.yml | 2 +- .github/workflows/pnpm-release-changeset.yml | 2 +- .github/workflows/pnpm-release-semantic.yml | 2 +- .github/workflows/pnpm-verify-turbo-canary.yml | 2 +- .github/workflows/pnpm-verify.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pnpm-docs.yml b/.github/workflows/pnpm-docs.yml index 7f34c5f..741aec9 100644 --- a/.github/workflows/pnpm-docs.yml +++ b/.github/workflows/pnpm-docs.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - uses: actions/setup-node@v4 diff --git a/.github/workflows/pnpm-release-changeset.yml b/.github/workflows/pnpm-release-changeset.yml index 0944f3b..ea07dbd 100644 --- a/.github/workflows/pnpm-release-changeset.yml +++ b/.github/workflows/pnpm-release-changeset.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CI_GITHUB_TOKEN }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - uses: actions/setup-node@v4 diff --git a/.github/workflows/pnpm-release-semantic.yml b/.github/workflows/pnpm-release-semantic.yml index ef896be..ae956c2 100644 --- a/.github/workflows/pnpm-release-semantic.yml +++ b/.github/workflows/pnpm-release-semantic.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CI_GITHUB_TOKEN }} - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - uses: actions/setup-node@v4 diff --git a/.github/workflows/pnpm-verify-turbo-canary.yml b/.github/workflows/pnpm-verify-turbo-canary.yml index d3efe13..d04de35 100644 --- a/.github/workflows/pnpm-verify-turbo-canary.yml +++ b/.github/workflows/pnpm-verify-turbo-canary.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ fromJson(inputs.node-version) }} steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/pnpm-verify.yml b/.github/workflows/pnpm-verify.yml index a98e7d6..c3cb107 100644 --- a/.github/workflows/pnpm-verify.yml +++ b/.github/workflows/pnpm-verify.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ fromJson(inputs.node-version) }} steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ matrix.node-version }}