Skip to content

Commit 80824e9

Browse files
Bump pnpm/action-setup from 4 to 5 (#44)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b4f95f commit 80824e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v6
3232

3333
- name: Setup pnpm
34-
uses: pnpm/action-setup@v4
34+
uses: pnpm/action-setup@v5
3535

3636
- name: Setup Node.js
3737
id: setup-node

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1818
- name: Setup pnpm
19-
uses: pnpm/action-setup@v4
19+
uses: pnpm/action-setup@v5
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v6
2222
with:

0 commit comments

Comments
 (0)