Skip to content

Commit 4d725fe

Browse files
chore(deps): update pnpm/action-setup action to v4 (#3294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99efcc0 commit 4d725fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@v2.2.4
31+
uses: pnpm/action-setup@v4.0.0
3232

3333
- name: Get pnpm store path
3434
id: pnpm-store
@@ -78,7 +78,7 @@ jobs:
7878
node-version: ${{ matrix.node-version }}
7979

8080
- name: Install pnpm
81-
uses: pnpm/action-setup@v2.2.4
81+
uses: pnpm/action-setup@v4.0.0
8282

8383
- name: Get pnpm store path
8484
id: pnpm-store
@@ -128,7 +128,7 @@ jobs:
128128
node-version: ${{ matrix.node-version }}
129129

130130
- name: Install pnpm
131-
uses: pnpm/action-setup@v2.2.4
131+
uses: pnpm/action-setup@v4.0.0
132132

133133
- name: Get pnpm store path
134134
id: pnpm-store
@@ -228,7 +228,7 @@ jobs:
228228
with:
229229
node-version: ${{ matrix.node-version }}
230230
- name: Install pnpm
231-
uses: pnpm/action-setup@v2.2.4
231+
uses: pnpm/action-setup@v4.0.0
232232
- name: Get pnpm store path
233233
id: pnpm-store
234234
run: echo "PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)