Skip to content

Commit

Permalink
chore: update pnpm/action-setup to fix GH actions (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pspaczek authored Jul 10, 2024
1 parent f025ffd commit 601e0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_vue_tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 7
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
ref: main
- name: Setup PNPM
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 7
- name: Setup Node
Expand Down

0 comments on commit 601e0b9

Please sign in to comment.