Skip to content

Commit d4d83a3

Browse files
authored
Merge pull request #5 from MZWNET/dependabot/github_actions/pnpm/action-setup-5
chore(deps): bump pnpm/action-setup from 4 to 5
2 parents 94662d7 + f90992b commit d4d83a3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
check-latest: true
3232

3333
- name: Install pnpm
34-
uses: pnpm/action-setup@v4
34+
uses: pnpm/action-setup@v5
3535
with:
3636
cache: true
3737

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
check-latest: true
4646

4747
- name: Install pnpm
48-
uses: pnpm/action-setup@v4
48+
uses: pnpm/action-setup@v5
4949
with:
5050
cache: true
5151

.github/workflows/update-cuda-ver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
check-latest: true
2323

2424
- name: Install pnpm
25-
uses: pnpm/action-setup@v4
25+
uses: pnpm/action-setup@v5
2626
with:
2727
cache: true
2828

.github/workflows/update-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check-latest: true
2626

2727
- name: Install pnpm
28-
uses: pnpm/action-setup@v4
28+
uses: pnpm/action-setup@v5
2929
with:
3030
cache: true
3131

0 commit comments

Comments
 (0)