From ddeeb0051a643969629476b5e381ca797e306267 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 13 Apr 2026 02:02:31 +0000 Subject: [PATCH] Fix build-deb: use node:18 container (has Node.js for GitHub Actions), update to actions v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a37643d..e92d211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,9 @@ jobs: build-deb: name: Build Debian Package runs-on: linux - container: debian:bookworm + container: node:18 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: dtolnay/rust-toolchain@stable