From 448ba4db19c23906585ed041337b46841b8b17be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:18:41 +0000 Subject: [PATCH] chore(deps): update github actions to v25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 797d82288a..ce330cebb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: name: Test (Linux x64 musl) runs-on: namespace-profile-linux-x64-default container: - image: node:22-alpine3.21 + image: node:25-alpine3.21 env: # GitHub Actions sets HOME=/github/home in containers, but the euid home is /root. # Pin Rust tooling paths to avoid $HOME mismatch issues.