Skip to content

Commit 1bae883

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/source.yaml

Lines changed: 2 additions & 2 deletions
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
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: setup package manager
43-
uses: pnpm/action-setup@v5
43+
uses: pnpm/action-setup@v6
4444
with:
4545
run_install: false
4646
- 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)