From d802285b1b848b6e40b54069744a36a7a976de43 Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:02:20 +0000 Subject: [PATCH] :seedling: Update Github Actions group to 24.11.0 | datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 22.21.1 | 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 ca97cc353..7880ae035 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -66,7 +66,7 @@ jobs: - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 with: - node-version: "22" + node-version: "24" - name: Install renovate run: npm i -g renovate@35.54.0 # TODO update this via renovatebot