Skip to content

Commit

Permalink
👷 Update pnpm/action-setup to Version v4
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Feb 7, 2025
1 parent 2a15ab6 commit 3af2e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false

- name: Get pnpm cache directory path
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
submodules: recursive

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false

- name: Get pnpm cache directory path
Expand Down Expand Up @@ -103,9 +102,8 @@ jobs:
submodules: recursive

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: latest
run_install: false

- name: Get pnpm cache directory path
Expand Down

0 comments on commit 3af2e09

Please sign in to comment.