From 2ae570bb2559384aa669df60407eacac40b823a5 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard <9+pe_gandalf@noreply.git.farh.net> Date: Wed, 17 Jun 2026 04:35:37 +0000 Subject: [PATCH] fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825) --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index efa0500..732dd52 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: jobs: renovate: - runs-on: ubuntu-latest + runs-on: runners-privilegedescalation steps: - uses: actions/checkout@v4 - uses: renovatebot/github-action@v40.3.0