From fbbc744d7b8939cebc5cb3121a8d66342a2c0551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:10:42 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2.2.2 to 2.2.4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-patch ... 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..257fda4 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.2.4 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.2.4 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.2.4 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.2.4 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..5339475 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.2.4 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..c8120b2 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.2.4 with: version: ${{ matrix.pnpm-version }} - name: Set up Node ${{ matrix.node-version }}