Skip to content

Commit 2492fae

Browse files
Update pnpm/action-setup action to v6 (#1507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3e3af0 commit 2492fae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: composite
66
steps:
77
- name: Setup pnpm
8-
uses: pnpm/action-setup@v4
8+
uses: pnpm/action-setup@v6
99
with:
1010
version: 10
1111

.github/workflows/orama_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v6
21-
- uses: pnpm/action-setup@v4
21+
- uses: pnpm/action-setup@v6
2222
with:
2323
version: 10
2424
- name: Setup Node.js

0 commit comments

Comments
 (0)