Skip to content

Commit

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

- name: Setup pnpm
id: pnpm-install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Setup pnpm
id: pnpm-install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Setup pnpm
id: pnpm-install
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
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@v2
uses: pnpm/action-setup@v3
with:
run_install: false

Expand Down

0 comments on commit 8f11767

Please sign in to comment.