From 30e23584a068b9321a01d6d9055dbc6aab338b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:30:02 +0000 Subject: [PATCH] Update CI github-actions --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/ci-lint.yml | 6 +++--- .github/workflows/ci-test.yml | 4 ++-- .github/workflows/cloudflare-pages.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ee96ef5b..2093bab9 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,11 +24,11 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.2' - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 + version: 10.34.5 run_install: false - name: Set workflow variables # Id is needed to access output in a next step. diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index e9a3b5f1..e11ccb0a 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -28,15 +28,15 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.14.6' - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.2' - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 + version: 10.34.5 run_install: false - name: Set workflow variables # Id is needed to access output in a next step. diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 9b70d397..a6a12f43 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -24,11 +24,11 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.2' - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 + version: 10.34.5 run_install: false - name: Set workflow variables # Id is needed to access output in a next step. diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 6548d545..a019a029 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -48,11 +48,11 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.2' - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 + version: 10.34.5 run_install: false - name: Set workflow variables # Id is needed to access output in a next step. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93c8cfa2..ccf124ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,11 +25,11 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.2' - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 10 + version: 10.34.5 run_install: false - name: Set workflow variables # Id is needed to access output in a next step.