From add85dd24d52179fbdb5268872af58e6b38d9938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:06:54 +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..f6407deb 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.2' 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..a9cc40c9 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.6' - name: Set up Node.js 20 uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '20.20.2' 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..20bd95e4 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.2' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96f20ecd..378aaf33 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.2' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile