diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 3b7fd2e6..dbde3bf8 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -23,7 +23,7 @@ jobs: cd contracts && npm i cp -r node_modules/@openzeppelin . - name: Run Slither Action - uses: crytic/slither-action@v0.3.1 + uses: crytic/slither-action@v0.4.0 continue-on-error: true id: slither with: