Skip to content

Commit

Permalink
chore: upgrade pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Jul 17, 2024
1 parent e26c2d1 commit e42d1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
with:
version: ^9.3.0
run_install: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
with:
version: ^8.9.0
version: ^9.3.0
run_install: true
- name: Turbo Cache
id: turbo-cache
Expand Down

0 comments on commit e42d1bf

Please sign in to comment.