Skip to content

Commit 99b5504

Browse files
authored
Merge pull request #12 from ory/change-renovate-vm
fix: update Renovate runner to use ubuntu-latest
2 parents 0df468a + 3cb783d commit 99b5504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
renovate:
1515
name: Run Renovate
16-
runs-on: ubuntu-slim
16+
runs-on: ubuntu-latest
1717
timeout-minutes: 30
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)