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 Jul 6, 2024
1 parent 60361fc commit 606fdab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
ref: master
- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: latest
- run: pnpm i --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
ref: master
- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: latest
- run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit 606fdab

Please sign in to comment.