diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index febd2f92de..2ec45fb30f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -89,7 +89,7 @@ jobs: continue-on-error: ${{ github.event_name == 'push' }} run: pnpm run docs:verify - - uses: testomatio/check-tests@0ea638fcec1820cf2e7b9854fdbdd04128a55bd4 # stable + - uses: testomatio/check-tests@740cce500785123eccee6bd772cc638848e4ca8e # stable with: framework: cypress tests: './cypress/e2e/**/**.spec.js'