Update get-tools-new-versions.yml

pull/79/head
aparnajyothi-y 5 months ago committed by GitHub
parent b87147b0ee
commit 1e37a08e36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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: |

Loading…
Cancel
Save