Skip to content

Commit 05c2ca2

Browse files
chore(deps): bump pnpm/action-setup from 5 to 6 (#735)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 644fb7a commit 05c2ca2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Install pnpm (version from package.json packageManager field)
2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v5
27+
uses: pnpm/action-setup@v6
2828

2929
# Cache pnpm modules
3030
- name: Cache pnpm modules

.github/workflows/check-tool-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '24'
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v5
22+
uses: pnpm/action-setup@v6
2323

2424
- name: Install dependencies
2525
run: pnpm install

0 commit comments

Comments
 (0)