From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:59:58 +0000 (+0000) Subject: build(deps): bump pnpm/action-setup from 2 to 3 X-Git-Tag: v1.2.36~31^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c1fcb9684e5ce65ce6a32307c7c4569fec825c01;p=e-mobility-charging-stations-simulator.git build(deps): bump pnpm/action-setup from 2 to 3 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869d5b69..48e5cfb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Pull Request Dependency Review if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} uses: actions/dependency-review-action@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 - name: Setup node ${{ matrix.node }} @@ -95,7 +95,7 @@ jobs: - name: Pull Request Dependency Review if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} uses: actions/dependency-review-action@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v3 with: version: 8 - name: Setup node ${{ matrix.node }}