Skip to content

Commit

Permalink
chore: update pnpm/action-setup action to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent 56d3c01 commit ba8326e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm 7.x
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 7
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '16'

- name: Install pnpm 7.x
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 7
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: '16'

- name: Install pnpm 7.x
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.1
with:
version: 7
run_install: false
Expand Down

0 comments on commit ba8326e

Please sign in to comment.