Skip to content

Commit 3009c97

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/migrate-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19-
- uses: pnpm/action-setup@v5
19+
- uses: pnpm/action-setup@v6
2020
name: Install pnpm
2121
with:
2222
run_install: false

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
persist-credentials: false
1717

18-
- uses: pnpm/action-setup@v5
18+
- uses: pnpm/action-setup@v6
1919
name: Install pnpm
2020
with:
2121
run_install: false

0 commit comments

Comments
 (0)