From 1e37a08e36bda4a014480de24964a3680e30f49f Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:42:52 +0530 Subject: [PATCH] Update get-tools-new-versions.yml --- .github/workflows/get-tools-new-versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get-tools-new-versions.yml b/.github/workflows/get-tools-new-versions.yml index 1e9349b..a0ee39b 100644 --- a/.github/workflows/get-tools-new-versions.yml +++ b/.github/workflows/get-tools-new-versions.yml @@ -42,7 +42,7 @@ jobs: name: 'Searching for new versions of ${{ matrix.tool.name }}' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: get-new-tool-versions name: Get new tool versions run: | @@ -71,7 +71,7 @@ jobs: needs: [find-new-tool-versions] if: failure() steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: get-failed-jobs name: Get failed jobs run: |