From 317cff21132a2c30c2ede167d5fa183805d1219c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:43:20 +0000 Subject: [PATCH] chore(deps): update ci tooling --- .github/workflows/lint.yml | 2 +- scripts/livecheck-ci.sh | 2 +- scripts/test-pkg.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67757bb..3fa28e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: # renovate: datasource=node-version depName=node - node-version: '24.18.1' + node-version: '24.19.0' - name: Install linters run: | diff --git a/scripts/livecheck-ci.sh b/scripts/livecheck-ci.sh index e998612..94ebada 100755 --- a/scripts/livecheck-ci.sh +++ b/scripts/livecheck-ci.sh @@ -23,7 +23,7 @@ CONTAINER_ENGINE="${CONTAINER_ENGINE:-docker}" # Digest-pinned; Renovate refreshes the rolling `latest` tag's digest (also pinned # the same way in scripts/test-pkg.sh; both matched by the manager in renovate.json5). # renovate: datasource=docker depName=gentoo/stage3 -STAGE3_IMAGE="${STAGE3_IMAGE:-gentoo/stage3:latest@sha256:3c0c14e5391329e05497a5fe9cfa02317e572d4e072309b496b4b9f7429be282}" +STAGE3_IMAGE="${STAGE3_IMAGE:-gentoo/stage3:latest@sha256:08914e15d306bfdb251262ca3f7e3489b77ca32604ad1928cbb21dc94587261c}" CONTAINER_OPTS="${CONTAINER_OPTS:-}" die() { echo "livecheck-ci: $*" >&2; exit 1; } diff --git a/scripts/test-pkg.sh b/scripts/test-pkg.sh index dbcaade..fe52af7 100755 --- a/scripts/test-pkg.sh +++ b/scripts/test-pkg.sh @@ -60,7 +60,7 @@ CONTAINER_ENGINE="${CONTAINER_ENGINE:-docker}" # Digest-pinned for reproducible test containers; Renovate bumps the digest of the # rolling `latest` tag (datasource=docker annotation below; see renovate.json5). # renovate: datasource=docker depName=gentoo/stage3 -STAGE3_IMAGE="${STAGE3_IMAGE:-gentoo/stage3:latest@sha256:3c0c14e5391329e05497a5fe9cfa02317e572d4e072309b496b4b9f7429be282}" +STAGE3_IMAGE="${STAGE3_IMAGE:-gentoo/stage3:latest@sha256:08914e15d306bfdb251262ca3f7e3489b77ca32604ad1928cbb21dc94587261c}" GENTOO_REPO="${GENTOO_REPO:-/var/db/repos/gentoo}" TREE_MODE="${TREE_MODE:-auto}" EMERGE_OPTS="${EMERGE_OPTS:-}"