Skip to content

Commit

Permalink
Merge pull request #1037 from SAP/dependabot/github_actions/pnpm/acti…
Browse files Browse the repository at this point in the history
…on-setup-4

build(deps): bump pnpm/action-setup from 3 to 4
  • Loading branch information
jerome-benoit committed May 7, 2024
2 parents 7bba320 + e645329 commit 6bf1531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
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@v3
- uses: pnpm/action-setup@v4
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -93,7 +93,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@v3
- uses: pnpm/action-setup@v4
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6bf1531

Please sign in to comment.