Skip to content

Commit 6a54e5b

Browse files
authored
chore(deps): bump pnpm/action-setup to v5 (#475)
* chore(deps): bump pnpm/action-setup to v5
1 parent 35db3cb commit 6a54e5b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ jobs:
2626

2727
- name: Echo date - ${{ env.START_TIME }}
2828
run: echo ${{ env.START_TIME }}
29-
29+
3030
- name: Clone repository
3131
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 3
3434

3535
- name: Install pnpm
36-
uses: pnpm/action-setup@v3
36+
uses: pnpm/action-setup@v5
3737
with:
38-
version: 10
3938
run_install: false
4039

4140
- name: Set NodeJS

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
exit 1
4141
4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v3
43+
uses: pnpm/action-setup@v5
4444
with:
45-
version: 10
4645
run_install: false
4746

4847
- name: Set NodeJS

0 commit comments

Comments
 (0)