Skip to content

Commit

Permalink
Merge pull request #37 from octet-stream/dependabot/github_actions/pn…
Browse files Browse the repository at this point in the history
…pm/action-setup-4
  • Loading branch information
octet-stream authored Aug 21, 2024
2 parents 93a8bd6 + eb436a7 commit 468dc30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Setup pnpm
id: pnpm-install
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
run_install: false
version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Setup pnpm
id: pnpm-install
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
run_install: false
version: 8
Expand Down

0 comments on commit 468dc30

Please sign in to comment.