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 Feb 7, 2025
1 parent e26a85a commit 1d3907a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.1.0
with:
version: 6
- uses: actions/cache@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.1.0
with:
version: 6
- run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 1d3907a

Please sign in to comment.