Skip to content

Commit da9ae3d

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update pnpm/action-setup action to v2.2.2
1 parent e3b151e commit da9ae3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v2.2.1
26+
uses: pnpm/action-setup@v2.2.2
2727
with:
2828
version: 6.20.0
2929
- name: Setup Node.js v14.x

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v2.2.1
22+
uses: pnpm/action-setup@v2.2.2
2323
with:
2424
version: 6.17.0
2525
- name: Setup Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)