diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dbce0a4417..6ecdbadb5a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest name: check tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: testomatio/check-tests@stable