fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825) #24

Open
Gandalf the Greybeard wants to merge 3 commits from fix/runner-label-ubuntu-latest into main
Showing only changes of commit 2ae570bb25 - Show all commits
+1 -1
View File
@@ -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