From b87147b0eeddc0c8a2e8f5091bb01549bd747899 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:42:05 +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 25f359e..d621911 100644 --- a/.github/workflows/get-new-tool-versions.yml +++ b/.github/workflows/get-new-tool-versions.yml @@ -30,7 +30,7 @@ jobs: outputs: versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -45,7 +45,7 @@ jobs: env: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -75,7 +75,7 @@ jobs: 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 @@ -95,7 +95,7 @@ jobs: needs: [find_new_versions, check_new_versions, trigger_builds] if: failure() steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true