From 70a7cb9bdc82c43295a7b27e1c285dc26b804b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:27:17 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2.2.2 to 2.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.2...v2.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35e780b..4e5bdb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: pnpm-version: [7] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} @@ -61,7 +61,7 @@ jobs: pnpm-version: [7] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} @@ -94,7 +94,7 @@ jobs: pnpm-version: [7] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} @@ -128,7 +128,7 @@ jobs: react-version: [17, 18] steps: - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d48485..2144176 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits. fetch-depth: 0 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }} diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2f02332..6f71bb6 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.4.0 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }}