Skip to content

Commit 4d39c28

Browse files
chore(deps): bump pnpm/action-setup from 4 to 5 (#193)
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> Co-authored-by: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
1 parent 66fb2f4 commit 4d39c28

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/audit-fix-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v4
26+
uses: pnpm/action-setup@v5
2727
with:
2828
run_install: false
2929

.github/workflows/check-overrides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0 # needed for PR creation
2020

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

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v4
27+
uses: pnpm/action-setup@v5
2828
with:
2929
run_install: false
3030

@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v6
6060

6161
- name: Install pnpm
62-
uses: pnpm/action-setup@v4
62+
uses: pnpm/action-setup@v5
6363
with:
6464
run_install: false
6565

@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@v6
105105

106106
- name: Install pnpm
107-
uses: pnpm/action-setup@v4
107+
uses: pnpm/action-setup@v5
108108
with:
109109
run_install: false
110110

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v6
5656

5757
- name: Install pnpm
58-
uses: pnpm/action-setup@v4
58+
uses: pnpm/action-setup@v5
5959
with:
6060
run_install: false
6161

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v6
3636

3737
- name: Install pnpm
38-
uses: pnpm/action-setup@v4
38+
uses: pnpm/action-setup@v5
3939
with:
4040
run_install: false
4141

@@ -76,7 +76,7 @@ jobs:
7676
fetch-depth: 0 # Needed for quality analysis
7777

7878
- name: Install pnpm
79-
uses: pnpm/action-setup@v4
79+
uses: pnpm/action-setup@v5
8080
with:
8181
run_install: false
8282

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@v4
31+
uses: pnpm/action-setup@v5
3232
with:
3333
run_install: false
3434

.github/workflows/performance-optimized.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v4
27+
uses: pnpm/action-setup@v5
2828
with:
2929
run_install: false
3030

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v6
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@v4
29+
uses: pnpm/action-setup@v5
3030
with:
3131
run_install: false
3232

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0 # Needed for SonarCloud
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v4
24+
uses: pnpm/action-setup@v5
2525
with:
2626
run_install: false
2727

@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v6
7373

7474
- name: Install pnpm
75-
uses: pnpm/action-setup@v4
75+
uses: pnpm/action-setup@v5
7676
with:
7777
run_install: false
7878

.github/workflows/release.yml

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

4242
- name: Install pnpm
43-
uses: pnpm/action-setup@v4
43+
uses: pnpm/action-setup@v5
4444
with:
4545
run_install: false
4646

0 commit comments

Comments
 (0)