diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 43095f6..0dac2e8 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -29,6 +29,6 @@ jobs: node-version: "20" cache: "yarn" - name: Run Slither - uses: crytic/slither-action@v0.3.2 + uses: crytic/slither-action@v0.4.0 with: solc-version: "0.8.21"