From a90b4296c64f1aa78d1f778ccf2fe850feb7b83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:01:26 +0000 Subject: [PATCH] Bump pnpm/action-setup in the github-actions-updates group Bumps the github-actions-updates group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `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 dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-frontend-api.yml | 6 +++--- .github/workflows/ci-frontend.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-frontend-api.yml b/.github/workflows/ci-frontend-api.yml index 8fe710d7..30b10441 100644 --- a/.github/workflows/ci-frontend-api.yml +++ b/.github/workflows/ci-frontend-api.yml @@ -32,7 +32,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 @@ -75,7 +75,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 @@ -118,7 +118,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 97540bb4..3ee1d312 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -32,7 +32,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 @@ -75,7 +75,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 @@ -118,7 +118,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8 @@ -185,7 +185,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: version: 8