Update get-new-tool-versions.yml

pull/78/head
aparnajyothi-y 4 months ago committed by GitHub
parent 996480f279
commit f858b3956a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,7 +26,7 @@ defaults:
jobs: jobs:
find_new_versions: find_new_versions:
name: Find new versions name: Find new versions
runs-on: ubuntu-latest runs-on: ubuntu-24.04
outputs: outputs:
versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }} versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }}
steps: steps:
@ -40,7 +40,7 @@ jobs:
check_new_versions: check_new_versions:
name: Check new versions name: Check new versions
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: find_new_versions needs: find_new_versions
env: env:
TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}}
@ -69,7 +69,7 @@ jobs:
-Text "$message" -Text "$message"
trigger_builds: trigger_builds:
name: Trigger builds name: Trigger builds
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: [find_new_versions, check_new_versions] needs: [find_new_versions, check_new_versions]
env: env:
TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}}
@ -91,7 +91,7 @@ jobs:
check_build: check_build:
name: Check build for failures name: Check build for failures
runs-on: ubuntu-latest runs-on: ubuntu-24.04
needs: [find_new_versions, check_new_versions, trigger_builds] needs: [find_new_versions, check_new_versions, trigger_builds]
if: failure() if: failure()
steps: steps:

Loading…
Cancel
Save