Skip to content

Commit

Permalink
Updated action-setup from @v2 to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mosarabi committed Jul 5, 2024
1 parent 06fe8d7 commit 763cf66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 20.9.0

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: install pnpm
with:
version: 8.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 20.9.0

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: install pnpm
with:
version: 8.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: 20.9.0

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: install pnpm
with:
version: 8.10.0
Expand Down

0 comments on commit 763cf66

Please sign in to comment.