We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89605d7 commit d797b72Copy full SHA for d797b72
.github/workflows/merge-main.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
prepare:
14
name: Calculate Version and Build number
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
16
17
outputs:
18
build_number: ${{ steps.short_sha.outputs.value }}
@@ -42,7 +42,7 @@ jobs:
42
if: needs.prepare.outputs.new_release == 'true'
43
44
name: Dev and Draft Releases
45
46
47
needs:
48
- prepare
.github/workflows/pull-request.yml
@@ -15,7 +15,7 @@ on:
validate:
name: Validate
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments