We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e445a + c1009be commit 4748ba9Copy full SHA for 4748ba9
2 files changed
.github/workflows/autoupdate.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
autoupdate:
8
name: autoupdate
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-24.04
10
steps:
11
- uses: docker://chinthakagodawita/autoupdate-action:v1
12
env:
.github/workflows/combine-prs.yml
@@ -9,7 +9,7 @@ on:
combine-prs:
name: "Combine Renovate Pull Requests"
- runs-on: ubuntu-20.04
13
14
- uses: hmcts/am-github-actions/combine-prs@master
15
0 commit comments