From f190e2a0b5deec3ff0666585127cddccff53e060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:20:59 +0000 Subject: [PATCH] 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/publish-components.yaml | 4 ++-- .github/workflows/publish-marketplace-content.yaml | 2 +- .github/workflows/publish-packages.yaml | 2 +- .github/workflows/pull-request-checks.yaml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish-components.yaml b/.github/workflows/publish-components.yaml index 7c5f83a1e6816..d2c09005f0959 100644 --- a/.github/workflows/publish-components.yaml +++ b/.github/workflows/publish-components.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3.0.2 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -110,7 +110,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory diff --git a/.github/workflows/publish-marketplace-content.yaml b/.github/workflows/publish-marketplace-content.yaml index c6b5367298f49..bd01b238a198a 100644 --- a/.github/workflows/publish-marketplace-content.yaml +++ b/.github/workflows/publish-marketplace-content.yaml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3.0.2 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory diff --git a/.github/workflows/publish-packages.yaml b/.github/workflows/publish-packages.yaml index 68389b58cfd1f..68fc9cd594264 100644 --- a/.github/workflows/publish-packages.yaml +++ b/.github/workflows/publish-packages.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - uses: actions/setup-node@v3.4.1 diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 268704fbc9889..ad1cf09babdc1 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -82,7 +82,7 @@ jobs: # Full git history is needed to get a proper list of changed files # within `super-linter` fetch-depth: 0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -127,7 +127,7 @@ jobs: steps: - uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.2.2 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -161,7 +161,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory @@ -250,7 +250,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2.4.0 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v2.2.4 with: version: 7.0.0 - name: Get pnpm store directory