From 711644ff6b736c0f41eee5c732a44dddb925665e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:01:35 +0000 Subject: [PATCH] Update CI github-actions --- .changelog/2147.internal.md | 1 + .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-lint.yml | 4 ++-- .github/workflows/ci-test.yml | 10 +++++----- .github/workflows/cloudflare-pages.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-screenshots.yml | 2 +- 7 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 .changelog/2147.internal.md diff --git a/.changelog/2147.internal.md b/.changelog/2147.internal.md new file mode 100644 index 0000000000..787f5708c7 --- /dev/null +++ b/.changelog/2147.internal.md @@ -0,0 +1 @@ +Update dependencies diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 495847b6b7..fe2382a58d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -37,7 +37,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.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 e1882790dd..5397804df2 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -34,11 +34,11 @@ 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 uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 8c009ad579..9db4c362e7 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-node@v4 id: yarn-cache with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - if: steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile @@ -44,7 +44,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -67,7 +67,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -88,7 +88,7 @@ jobs: needs: [playwright-prepare] runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.56.1-noble + image: mcr.microsoft.com/playwright:v1.61.1-noble options: --user 1001 strategy: fail-fast: false @@ -101,7 +101,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - uses: actions/download-artifact@v4 - run: mv ./builds-for-playwright/build ./build diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 29897d9ee9..4ea2571e40 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -51,7 +51,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6fb5bc897..397eeb861a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/update-screenshots.yml b/.github/workflows/update-screenshots.yml index 845c8bdba3..ab8d9560c7 100644 --- a/.github/workflows/update-screenshots.yml +++ b/.github/workflows/update-screenshots.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '24.x' + node-version: '24.18.0' cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile