Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6
with:
version: ${{ env.PNPM_VERSION }}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6
with:
version: ${{ env.PNPM_VERSION }}

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

- name: Setup pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
with:
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 @@ -31,7 +31,7 @@ jobs:
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
with:
run_install: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-mobile-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup pnpm
# No `version:` — action-setup reads packageManager from package.json,
# and specifying both causes ERR_PNPM_BAD_PM_VERSION.
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6

- name: Install root dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-webview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: steps.gate.outputs.skip != 'true'
# No `version:` — action-setup reads packageManager from package.json,
# and specifying both causes ERR_PNPM_BAD_PM_VERSION.
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6

- name: Install root dependencies
if: steps.gate.outputs.skip != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Setup pnpm
if: steps.check.outputs.enabled == 'true'
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6.0.6

- name: Install dependencies
if: steps.check.outputs.enabled == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
with:
run_install: false

Expand Down
Loading