Skip to content

Commit ee8aeb2

Browse files
committed
chore(deps): bump pnpm/action-setup to v5
1 parent 4edd96e commit ee8aeb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ 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:
3838
version: 10
3939
run_install: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
exit 1
4141
4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v3
43+
uses: pnpm/action-setup@v5
4444
with:
4545
version: 10
4646
run_install: false

0 commit comments

Comments
 (0)