Browse Source

Update crytic/slither-action action to v0.3.1 (#4865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
d1f39cd00b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/checks.yml

+ 1 - 1
.github/workflows/checks.yml

@@ -115,7 +115,7 @@ jobs:
       - name: Set up environment
         uses: ./.github/actions/setup
       - run: rm foundry.toml
-      - uses: crytic/slither-action@v0.3.0
+      - uses: crytic/slither-action@v0.3.1
         with:
           node-version: 18.15