From 96ff4276e02fe71c8b5eb9c7c33d8ca13685d64d Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sun, 27 Jul 2025 22:04:59 +0200 Subject: [PATCH] feat: fixed upgrade yml --- .github/workflows/backend-tests.yml | 8 ++++---- .github/workflows/build-and-deploy-docs.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/frontend-admin-tests.yml | 2 +- .github/workflows/frontend-tests.yml | 6 +++--- .github/workflows/load-test.yml | 6 +++--- .github/workflows/perform-type-check.yml | 2 +- .github/workflows/rate-limit.yml | 2 +- .github/workflows/upgrade-from-latest-release.yml | 2 +- .github/workflows/windows.yml | 2 +- bin/plugins/lib/backend-tests.yml | 2 +- bin/plugins/lib/frontend-tests.yml | 2 +- bin/plugins/lib/npmpublish.yml | 2 +- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 553dd5f66..a1d8be074 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -36,7 +36,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -96,7 +96,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -168,7 +168,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -225,7 +225,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/build-and-deploy-docs.yml b/.github/workflows/build-and-deploy-docs.yml index 3134de22a..eab0eec43 100644 --- a/.github/workflows/build-and-deploy-docs.yml +++ b/.github/workflows/build-and-deploy-docs.yml @@ -38,7 +38,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 313d48fc6..81be50e4f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,7 +50,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/frontend-admin-tests.yml b/.github/workflows/frontend-admin-tests.yml index 4963fac24..94f790efa 100644 --- a/.github/workflows/frontend-admin-tests.yml +++ b/.github/workflows/frontend-admin-tests.yml @@ -36,7 +36,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index c11058b24..d6238ed1f 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -30,7 +30,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -103,7 +103,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -184,7 +184,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index 50847cd9a..16a783b18 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -32,7 +32,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -76,7 +76,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash @@ -147,7 +147,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/perform-type-check.yml b/.github/workflows/perform-type-check.yml index ba35dec32..fb5f6d3c8 100644 --- a/.github/workflows/perform-type-check.yml +++ b/.github/workflows/perform-type-check.yml @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/rate-limit.yml b/.github/workflows/rate-limit.yml index 003a10000..3b3417864 100644 --- a/.github/workflows/rate-limit.yml +++ b/.github/workflows/rate-limit.yml @@ -32,7 +32,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/upgrade-from-latest-release.yml b/.github/workflows/upgrade-from-latest-release.yml index 4c562f147..66df392ef 100644 --- a/.github/workflows/upgrade-from-latest-release.yml +++ b/.github/workflows/upgrade-from-latest-release.yml @@ -38,7 +38,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Only install direct dependencies run: pnpm config set auto-install-peers false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c0ce8b8bd..3b56b8452 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,7 +39,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.0.4 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/bin/plugins/lib/backend-tests.yml b/bin/plugins/lib/backend-tests.yml index 79ffc6f88..e38c2e902 100644 --- a/bin/plugins/lib/backend-tests.yml +++ b/bin/plugins/lib/backend-tests.yml @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: 8 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/bin/plugins/lib/frontend-tests.yml b/bin/plugins/lib/frontend-tests.yml index 053ce180d..ca9ca965c 100644 --- a/bin/plugins/lib/frontend-tests.yml +++ b/bin/plugins/lib/frontend-tests.yml @@ -18,7 +18,7 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: 8 + version: 10 run_install: false - name: Get pnpm store directory shell: bash diff --git a/bin/plugins/lib/npmpublish.yml b/bin/plugins/lib/npmpublish.yml index 6c2712cc4..efa341c2c 100644 --- a/bin/plugins/lib/npmpublish.yml +++ b/bin/plugins/lib/npmpublish.yml @@ -21,7 +21,7 @@ jobs: - uses: pnpm/action-setup@v3 name: Install pnpm with: - version: 8 + version: 10 run_install: false - name: Get pnpm store directory shell: bash