Skip to content

Commit 998981a

Browse files
chore(deps): update pnpm/action-setup action to v6 (#379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 406c1a8 commit 998981a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: setup package manager
27-
uses: pnpm/action-setup@v5
27+
uses: pnpm/action-setup@v6
2828
with:
2929
run_install: false
3030
- name: install node

.github/workflows/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: setup package manager
21-
uses: pnpm/action-setup@v5
21+
uses: pnpm/action-setup@v6
2222
with:
2323
run_install: false
2424
- name: install node

.github/workflows/title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: setup package manager
18-
uses: pnpm/action-setup@v5
18+
uses: pnpm/action-setup@v6
1919
with:
2020
run_install: false
2121
- name: install node

0 commit comments

Comments
 (0)