Skip to content

Commit 4058d37

Browse files
authored
Merge pull request #43 from ducktors/dependabot/github_actions/pnpm/action-setup-4
chore(deps): bump pnpm/action-setup from 3 to 4
2 parents f544ee2 + 8f5db11 commit 4058d37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/changesets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 18
1818

19-
- uses: pnpm/action-setup@v3
19+
- uses: pnpm/action-setup@v4
2020
with:
2121
version: 8
2222

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
node-version: ${{ matrix.node-version }}
5050

51-
- uses: pnpm/action-setup@v3
51+
- uses: pnpm/action-setup@v4
5252
name: Install pnpm
5353
with:
5454
version: 8
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
node-version: 20
9595

96-
- uses: pnpm/action-setup@v3
96+
- uses: pnpm/action-setup@v4
9797
name: Install pnpm
9898
with:
9999
version: 8

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: 20
2828

29-
- uses: pnpm/action-setup@v3
29+
- uses: pnpm/action-setup@v4
3030
with:
3131
version: 8
3232

0 commit comments

Comments
 (0)