Skip to content

Commit 0497738

Browse files
chore(deps): bump pnpm/action-setup from 4 to 5 (#429)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44d397b commit 0497738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 60
3434
steps:
3535
- uses: actions/checkout@v6
36-
- uses: pnpm/action-setup@v4
36+
- uses: pnpm/action-setup@v5
3737
name: Install pnpm
3838
with:
3939
run_install: false

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v6
4040

41-
- uses: pnpm/action-setup@v4
41+
- uses: pnpm/action-setup@v5
4242
name: Install pnpm
4343
with:
4444
run_install: false

0 commit comments

Comments
 (0)