Skip to content

Commit 5584b1a

Browse files
chore(deps): bump pnpm/action-setup from 3.0.0 to 6.0.6
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 6.0.6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3.0.0...v6.0.6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ac6139 commit 5584b1a

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
node-version: ${{ env.NODE_VERSION }}
7979

8080
- name: Setup pnpm
81-
uses: pnpm/action-setup@v4
81+
uses: pnpm/action-setup@v6.0.6
8282

8383
- name: Install dependencies
8484
run: pnpm install --frozen-lockfile

.github/workflows/build-mobile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version: ${{ env.NODE_VERSION }}
6666

6767
- name: Setup pnpm
68-
uses: pnpm/action-setup@v4
68+
uses: pnpm/action-setup@v6.0.6
6969
with:
7070
version: ${{ env.PNPM_VERSION }}
7171

@@ -112,7 +112,7 @@ jobs:
112112
node-version: ${{ env.NODE_VERSION }}
113113

114114
- name: Setup pnpm
115-
uses: pnpm/action-setup@v4
115+
uses: pnpm/action-setup@v6.0.6
116116
with:
117117
version: ${{ env.PNPM_VERSION }}
118118

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
}
7373
7474
- name: Setup pnpm
75-
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
75+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
7676
with:
7777
run_install: false
7878

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Setup pnpm
34-
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
34+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
3535
with:
3636
run_install: false
3737

.github/workflows/e2e-mobile-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
node-version: ${{ env.NODE_VERSION }}
7676

7777
- name: Setup pnpm
78-
uses: pnpm/action-setup@v4
78+
uses: pnpm/action-setup@v6.0.6
7979
with:
8080
version: ${{ env.PNPM_VERSION }}
8181

.github/workflows/e2e-webview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Setup pnpm
116116
if: steps.gate.outputs.skip != 'true'
117-
uses: pnpm/action-setup@v4
117+
uses: pnpm/action-setup@v6.0.6
118118
with:
119119
version: ${{ env.PNPM_VERSION }}
120120

.github/workflows/release-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
node-version: ${{ env.NODE_VERSION }}
109109

110110
- name: Setup pnpm
111-
uses: pnpm/action-setup@v4
111+
uses: pnpm/action-setup@v6.0.6
112112

113113
- name: Install dependencies
114114
run: pnpm install --frozen-lockfile

.github/workflows/release-mobile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
node-version: ${{ env.NODE_VERSION }}
8686

8787
- name: Setup pnpm
88-
uses: pnpm/action-setup@v4
88+
uses: pnpm/action-setup@v6.0.6
8989

9090
- name: Install dependencies
9191
run: pnpm install --frozen-lockfile
@@ -269,7 +269,7 @@ jobs:
269269

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

274274
- name: Install dependencies
275275
if: steps.check.outputs.enabled == 'true'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
persist-credentials: false
312312

313313
- name: Setup pnpm
314-
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
314+
uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
315315
with:
316316
run_install: false
317317

0 commit comments

Comments
 (0)