Browse Source

Update crytic/slither-action action to v0.2.0 (#3751)

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

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

@@ -76,7 +76,7 @@ jobs:
       - uses: actions/checkout@v3
       - name: Set up environment
         uses: ./.github/actions/setup
-      - uses: crytic/slither-action@v0.1.1
+      - uses: crytic/slither-action@v0.2.0
 
   codespell:
     if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'