diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 9940415f..2172c6bc 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -8,9 +8,9 @@ jobs: uses: actions/checkout@v3 - name: Run Slither - uses: crytic/slither-action@v0.2.0 + uses: crytic/slither-action@v0.3.0 id: slither with: - node-version: 16 + node-version: 18 fail-on: high - slither-args: --exclude controlled-delegatecall \ No newline at end of file + slither-args: --exclude controlled-delegatecall