Skip to content

Commit 279ea9f

Browse files
Update pnpm/action-setup action to v4.1.0 (#616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e02abb commit 279ea9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "15"
18-
- uses: pnpm/action-setup@v4.0.0
18+
- uses: pnpm/action-setup@v4.1.0
1919
with:
2020
version: 5.17.3
2121
- run: pnpm install --frozen-lockfile
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
node-version: "15"
44-
- uses: pnpm/action-setup@v4.0.0
44+
- uses: pnpm/action-setup@v4.1.0
4545
with:
4646
version: 6.0.2
4747
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)