From 653d148760b1da180736a0012b3209948dd5680f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 02:03:44 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/electron-smoke.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 700a5c8..006ed19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,13 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '20.20.2' cache: 'pnpm' - name: Setup Python (for node-gyp fallback path) uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.14.5' - name: Install dependencies run: pnpm install --frozen-lockfile @@ -46,7 +46,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '20.20.2' cache: 'pnpm' - name: Cache Electron binary @@ -59,7 +59,7 @@ jobs: - name: Setup Python (for node-gyp fallback path) uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.14.5' - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/electron-smoke.yml b/.github/workflows/electron-smoke.yml index df55337..0a85dfb 100644 --- a/.github/workflows/electron-smoke.yml +++ b/.github/workflows/electron-smoke.yml @@ -20,12 +20,12 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '20.20.2' - name: Setup Python (for node-gyp fallback path) uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.14.5' - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d36af02..4a0ad6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '20.20.2' - name: Setup pnpm uses: pnpm/action-setup@v4 @@ -92,7 +92,7 @@ jobs: - name: Setup Python (for node-gyp fallback path) uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.14.5' - name: Install dependencies run: pnpm install --frozen-lockfile @@ -139,7 +139,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '20.20.2' - name: Setup pnpm uses: pnpm/action-setup@v4 @@ -161,7 +161,7 @@ jobs: - name: Setup Python (for node-gyp fallback path) uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.14.5' - name: Install dependencies run: pnpm install --frozen-lockfile