Skip to content

Commit 3a924ad

Browse files
authored
chore(deps): update pnpm/action-setup action to v2.4.0 (#638)
2 parents 87f4c96 + 793d87e commit 3a924ad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/BuildJobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
- name: Setup pnpm
40-
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
40+
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
4141
with:
4242
version: ^8.6.2
4343
- name: Setup node
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: Setup pnpm
83-
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
83+
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
8484
with:
8585
version: ^8.6.2
8686
- name: Setup node
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
fetch-depth: 0
143143
- name: Setup pnpm
144-
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
144+
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
145145
with:
146146
version: ^8.6.2
147147
- name: Setup node

.github/workflows/CreateGitHubRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 1
2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
23+
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
2424
with:
2525
version: ^8.6.2
2626
- name: Setup node

.github/workflows/PublishMarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 1
2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
30+
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
3131
with:
3232
version: ^8.6.2
3333
- name: Setup node

.github/workflows/RunE2EFirefox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Setup pnpm
35-
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
35+
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
3636
with:
3737
version: ^8.6.2
3838
- name: Setup node

0 commit comments

Comments
 (0)