|
|
@ -30,7 +30,7 @@ jobs:
|
|
|
|
outputs:
|
|
|
|
outputs:
|
|
|
|
versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }}
|
|
|
|
versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs:
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}}
|
|
|
|
TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
|
|
|
|
|
|
|
@ -75,7 +75,7 @@ jobs:
|
|
|
|
TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}}
|
|
|
|
TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}}
|
|
|
|
environment: Get Available Tools Versions - Publishing Approval
|
|
|
|
environment: Get Available Tools Versions - Publishing Approval
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
|
|
|
|
|
|
|
@ -95,7 +95,7 @@ jobs:
|
|
|
|
needs: [find_new_versions, check_new_versions, trigger_builds]
|
|
|
|
needs: [find_new_versions, check_new_versions, trigger_builds]
|
|
|
|
if: failure()
|
|
|
|
if: failure()
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: true
|
|
|
|
submodules: true
|
|
|
|
|
|
|
|
|
|
|
|