Skip to content

Commit 312cf87

Browse files
renovate[bot]bambanah
authored andcommitted
chore(ci): update pnpm/action-setup action to v6
1 parent e81a63a commit 312cf87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v7
2323
with:
2424
ssh-key: ${{ secrets.DEPLOY_KEY }}
25-
- uses: pnpm/action-setup@v4
25+
- uses: pnpm/action-setup@v6
2626
- uses: actions/setup-node@v6
2727
with:
2828
node-version: 24

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v7
18-
- uses: pnpm/action-setup@v4
18+
- uses: pnpm/action-setup@v6
1919
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 24

0 commit comments

Comments
 (0)