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