From 5d7ade02f7e21aec5cc3ba0bd5711a758efc3b41 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:56:55 +0530 Subject: [PATCH] Update get-new-tool-versions.yml --- .github/workflows/get-new-tool-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get-new-tool-versions.yml b/.github/workflows/get-new-tool-versions.yml index e6fc778..f00614a 100644 --- a/.github/workflows/get-new-tool-versions.yml +++ b/.github/workflows/get-new-tool-versions.yml @@ -26,7 +26,7 @@ defaults: jobs: find_new_versions: name: Find new versions - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest outputs: versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }} steps: