From 0d6296b1290750095d02671c43fe7d832e9a6ab0 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:57:54 +0530 Subject: [PATCH] Update get-new-tool-versions.yml --- .github/workflows/get-new-tool-versions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/get-new-tool-versions.yml b/.github/workflows/get-new-tool-versions.yml index f00614a..d621911 100644 --- a/.github/workflows/get-new-tool-versions.yml +++ b/.github/workflows/get-new-tool-versions.yml @@ -40,7 +40,7 @@ jobs: check_new_versions: name: Check new versions - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest needs: find_new_versions env: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} @@ -69,13 +69,13 @@ jobs: -Text "$message" trigger_builds: name: Trigger builds - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest needs: [find_new_versions, check_new_versions] env: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} environment: Get Available Tools Versions - Publishing Approval steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -91,7 +91,7 @@ jobs: check_build: name: Check build for failures - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest needs: [find_new_versions, check_new_versions, trigger_builds] if: failure() steps: