Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit dc0dc00

Browse files
authored
Merge pull request #48 from vrelease/dependabot/github_actions/pnpm/action-setup-4.2.0
build(deps): bump pnpm/action-setup from 2.2.1 to 4.2.0
2 parents bb73b80 + 8c05246 commit dc0dc00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v2.2.1
23+
uses: pnpm/action-setup@v4.2.0
2424
with:
2525
version: 6.32.x
2626

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.name "Caian Ertl"
3434
3535
- name: Setup pnpm
36-
uses: pnpm/action-setup@v2.2.1
36+
uses: pnpm/action-setup@v4.2.0
3737
with:
3838
version: 6.32.x
3939

0 commit comments

Comments
 (0)