From 0dc674195172dbbff9c7405b0750a52604a91b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:15:08 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4.0.0 to 4.1.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.0.0...v4.1.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/components-pr.yaml | 4 ++-- .github/workflows/publish-components.yaml | 4 ++-- .github/workflows/publish-new-payment-event.yaml | 2 +- .github/workflows/publish-packages.yaml | 2 +- .github/workflows/pull-request-checks.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/components-pr.yaml b/.github/workflows/components-pr.yaml index a306255..9777af9 100644 --- a/.github/workflows/components-pr.yaml +++ b/.github/workflows/components-pr.yaml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory @@ -138,7 +138,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/publish-components.yaml b/.github/workflows/publish-components.yaml index f272e8d..b368faa 100644 --- a/.github/workflows/publish-components.yaml +++ b/.github/workflows/publish-components.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory @@ -118,7 +118,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/publish-new-payment-event.yaml b/.github/workflows/publish-new-payment-event.yaml index 81ef4a8..06450df 100644 --- a/.github/workflows/publish-new-payment-event.yaml +++ b/.github/workflows/publish-new-payment-event.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/publish-packages.yaml b/.github/workflows/publish-packages.yaml index 4503116..ecb3fd5 100644 --- a/.github/workflows/publish-packages.yaml +++ b/.github/workflows/publish-packages.yaml @@ -21,7 +21,7 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v4.1.5 - - uses: pnpm/action-setup@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index dcb0b17..e311b5c 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -53,7 +53,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@v4.0.0 + - uses: pnpm/action-setup@v4.1.0 with: version: 7.33.6 - name: Get pnpm store directory