Skip to content

Commit 796d82d

Browse files
author
Illia Obukhau
authored
build(deps): bump pnpm/action-setup from 2.2.3 to 2.2.4 (#139)
2 parents 4eed794 + 0c6f6e8 commit 796d82d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Setup pnpm
44-
uses: pnpm/action-setup@537643d491d20c2712d11533497cb47b2d0eb9d5 # v2.2.3
44+
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
4545
with:
4646
version: ^7.13.4
4747
- name: Setup node
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484
- name: Setup pnpm
85-
uses: pnpm/action-setup@537643d491d20c2712d11533497cb47b2d0eb9d5 # v2.2.3
85+
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
8686
with:
8787
version: ^7.13.4
8888
- 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@537643d491d20c2712d11533497cb47b2d0eb9d5 # v2.2.3
23+
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
2424
with:
2525
version: ^7.13.4
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@537643d491d20c2712d11533497cb47b2d0eb9d5 # v2.2.3
30+
uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
3131
with:
3232
version: ^7.13.4
3333
- name: Setup node

0 commit comments

Comments
 (0)