Skip to content

Commit 9ca0c76

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(deps): bump pnpm/action-setup from 5 to 6
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8256bd4 commit 9ca0c76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
36+
- uses: pnpm/action-setup@v6
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@v5
41+
- uses: pnpm/action-setup@v6
4242
name: Install pnpm
4343
with:
4444
run_install: false

0 commit comments

Comments
 (0)