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] committed May 7, 2024
1 parent ae00c4b commit a70b84e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Down Expand Up @@ -61,7 +61,7 @@ jobs:
- run: sudo apt update
- run: sudo apt install ffmpeg
- 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 @@ -85,7 +85,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 a70b84e

Please sign in to comment.