diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e239215..015259e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: npm run lint --if-present - name: slither - uses: crytic/slither-action@v0.2.0 + uses: crytic/slither-action@v0.3.0 - name: npm test run: npm test