From 39638dbd01237643ff934e73cc45fe15f31c8599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:21:26 +0000 Subject: [PATCH] chore(deps): 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/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 7e08ba8..82019f9 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@v3 + - uses: pnpm/action-setup@v4 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 cc1c311..f49eb36 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@v3 + - uses: pnpm/action-setup@v4 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 3645cad..f88f770 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@v3 + - uses: pnpm/action-setup@v4 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 6ada586..e5ca280 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@v3 + - uses: pnpm/action-setup@v4 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 8072ecd..6877271 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@v3 + - uses: pnpm/action-setup@v4 with: version: ${{ inputs.pnpm-version }} - name: Use Node.js ${{ matrix.node-version }}