diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 35bdd7dd74..64ded8b5e4 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -26,7 +26,7 @@ jobs: cd contracts && npm i cp -r node_modules/@openzeppelin . - name: Run Slither Action - uses: crytic/slither-action@v0.2.0 + uses: crytic/slither-action@v0.3.1 continue-on-error: true id: slither with: