From 78309fe25e4532de56b3539a66589a4734842ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:10:03 +0000 Subject: [PATCH] Update CI github-actions --- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-lint.yml | 4 ++-- .github/workflows/cloudflare-deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5c6c1632..9921cce3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 929acf80..e7711cf7 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -32,11 +32,11 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v6 with: - python-version: '3.x' + python-version: '3.14.3' - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml index 606f8ee6..03c3fb3f 100644 --- a/.github/workflows/cloudflare-deploy.yml +++ b/.github/workflows/cloudflare-deploy.yml @@ -51,7 +51,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96f20ecd..0d6851aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node.js 20 uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '20.20.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile