Skip to content

Commit 8315b89

Browse files
chore: bump pnpm/action-setup from 3 to 4 (#409)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 871c44f commit 8315b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
key: ${{ runner.os }}-playwright
152152
-
153153
name: Install PNPM
154-
uses: pnpm/action-setup@v3
154+
uses: pnpm/action-setup@v4
155155
with:
156156
version: latest
157157
-
@@ -246,7 +246,7 @@ jobs:
246246
# Lint PWA
247247
-
248248
name: Install PNPM
249-
uses: pnpm/action-setup@v3
249+
uses: pnpm/action-setup@v4
250250
with:
251251
version: latest
252252
-

0 commit comments

Comments
 (0)