Skip to content

Commit

Permalink
Merge pull request #972 from SAP/dependabot/github_actions/pnpm/actio…
Browse files Browse the repository at this point in the history
…n-setup-3

build(deps): bump pnpm/action-setup from 2 to 3
  • Loading branch information
jerome-benoit authored Feb 8, 2024
2 parents fe3e414 + c1fcb96 commit 0121b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0121b86

Please sign in to comment.