From 51f3c43efbc9188cff775e82d92adbad0395b0ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:51:12 +0000 Subject: [PATCH] Update github actions --- .github/workflows/lint-web.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-web.yml b/.github/workflows/lint-web.yml index f34d3af..e4d1329 100644 --- a/.github/workflows/lint-web.yml +++ b/.github/workflows/lint-web.yml @@ -30,7 +30,7 @@ jobs: submodules: recursive - name: Install NodeJS - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 26 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32de468..7d83e46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: submodules: recursive - name: Install NodeJS - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 26 @@ -334,7 +334,7 @@ jobs: deb_arch: amd64 rust_target: x86_64-unknown-linux-gnu container: - image: ubuntu:22.04 + image: ubuntu:26.04@sha256:2260313b31c8c011cd2eebe728008efac1b3982be73eb71348ea2648d2c0e09b env: DEBIAN_FRONTEND: noninteractive HOME: /root @@ -360,7 +360,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Install NodeJS - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 26