From 1281bcc993a99c4b4a330ca2566c4dbeb8e370ae Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:22:54 +0000 Subject: [PATCH] :seedling: Update Github Actions group to 24.11.0 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 18.20.8 | 24.11.0 | --- .github/workflows/pr-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 01c9954d..98679041 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: - node-version: "18" + node-version: "24" - name: Install renovate run: npm i -g renovate@35.54.0 # TODO update this via renovatebot