Skip to content

Commit

Permalink
ci: update pnpm/action-setup to v3 (#4811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Apr 4, 2024
1 parent fc73af6 commit 3d92748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-query-engine-driver-adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
node-version: ${{ matrix.node_version }}

- name: "Setup pnpm"
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3.0.0
with:
version: 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-node@v4

- name: "Setup pnpm"
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3.0.0
with:
version: 8

Expand Down

0 comments on commit 3d92748

Please sign in to comment.