Skip to content

Commit 41e439e

Browse files
chore(deps): update pnpm/action-setup action to v2.2.4 (#1015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38a9796 commit 41e439e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout the repository
1212
uses: actions/checkout@v3
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@v2.0.1
14+
uses: pnpm/action-setup@v2.2.4
1515
with:
1616
version: 7
1717
- name: Install Node.js
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout the repository
3131
uses: actions/checkout@v3
3232
- name: Install pnpm
33-
uses: pnpm/action-setup@v2.0.1
33+
uses: pnpm/action-setup@v2.2.4
3434
with:
3535
version: 7
3636
- name: Install Node.js
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout the repository
5353
uses: actions/checkout@v3
5454
- name: Install pnpm
55-
uses: pnpm/action-setup@v2.0.1
55+
uses: pnpm/action-setup@v2.2.4
5656
with:
5757
version: 7
5858
- name: Install Node.js

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v3
1414
- name: Install pnpm
15-
uses: pnpm/action-setup@v2.0.1
15+
uses: pnpm/action-setup@v2.2.4
1616
with:
1717
version: 7
1818
- name: Install Node.js

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout the repository
1111
uses: actions/checkout@v3
1212
- name: Install pnpm
13-
uses: pnpm/action-setup@v2.0.1
13+
uses: pnpm/action-setup@v2.2.4
1414
with:
1515
version: 7
1616
- name: Install Node.js

0 commit comments

Comments
 (0)