Skip to content

Commit 9830534

Browse files
chore(deps): update pnpm/action-setup action to v2.3.0
1 parent fe1b8bc commit 9830534

11 files changed

+11
-11
lines changed

.github/workflows/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
2929
restore-keys: |
3030
${{ runner.os }}-exclude-test-apps-
31-
- uses: pnpm/action-setup@v2.2.4
31+
- uses: pnpm/action-setup@v2.3.0
3232
with:
3333
run_install: |
3434
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
2525
restore-keys: |
2626
${{ runner.os }}-exclude-test-apps-
27-
- uses: pnpm/action-setup@v2.2.4
27+
- uses: pnpm/action-setup@v2.3.0
2828
with:
2929
run_install: |
3030
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-intellij-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-exclude-test-apps-
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
run_install: |
3636
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-vscode-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-exclude-test-apps-
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
run_install: |
3636
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/release-vscodium-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-exclude-test-apps-
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
run_install: |
3636
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-app-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}
5454
restore-keys: |
5555
${{ runner.os }}-full-
56-
- uses: pnpm/action-setup@v2.2.4
56+
- uses: pnpm/action-setup@v2.3.0
5757
with:
5858
run_install: true
5959
- run: pnpm turbo build

.github/workflows/test-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
3939
restore-keys: |
4040
${{ runner.os }}-exclude-test-apps-
41-
- uses: pnpm/action-setup@v2.2.4
41+
- uses: pnpm/action-setup@v2.3.0
4242
with:
4343
run_install: |
4444
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-core-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-exclude-test-apps-
45-
- uses: pnpm/action-setup@v2.2.4
45+
- uses: pnpm/action-setup@v2.3.0
4646
with:
4747
run_install: |
4848
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-intellij.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-exclude-test-apps-
45-
- uses: pnpm/action-setup@v2.2.4
45+
- uses: pnpm/action-setup@v2.3.0
4646
with:
4747
run_install: |
4848
- args: [--filter=\!./framework-plugins/\*/tests/apps/\*]

.github/workflows/test-vite-ecosystem-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}
4343
restore-keys: |
4444
${{ runner.os }}-full-
45-
- uses: pnpm/action-setup@v2.2.4
45+
- uses: pnpm/action-setup@v2.3.0
4646
with:
4747
run_install: true
4848
- run: pnpm vite-ecosystem-ci:build

0 commit comments

Comments
 (0)