Skip to content

Commit 09d9e6b

Browse files
authored
Merge pull request #325 from ducktors/dependabot/github_actions/pnpm/action-setup-5.0.0
chore(deps): bump pnpm/action-setup from 4.2.0 to 5.0.0
2 parents 73ce382 + 76e4ce4 commit 09d9e6b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 22
3030

31-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
31+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
3232
with:
3333
version: ${{ env.PNPM_VERSION }}
3434

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
node-version: ${{ matrix.node-version }}
7070

71-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
71+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
7272
name: Install pnpm
7373
with:
7474
version: ${{ env.PNPM_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
node-version: 22
120120

121-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
121+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
122122
name: Install pnpm
123123
with:
124124
version: ${{ env.PNPM_VERSION }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: 22
3434

35-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
35+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
3636
with:
3737
version: ${{ env.PNPM_VERSION }}
3838

0 commit comments

Comments
 (0)