Skip to content

Commit

Permalink
chore(deps): update pnpm/action-setup action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 6cc773b commit c835382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
version: 8
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
version: 8
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
with:
version: 8
Expand Down

0 comments on commit c835382

Please sign in to comment.