From 947a752dbcdd7cb48b11f74de7f6c4429ba2158a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 May 2024 03:00:48 +0000
Subject: [PATCH] Bump crytic/slither-action from 0.3.0 to 0.4.0

Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/crytic/slither-action/releases)
- [Commits](https://github.com/crytic/slither-action/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: crytic/slither-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/slither.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml
index af956d1..11b3859 100644
--- a/.github/workflows/slither.yml
+++ b/.github/workflows/slither.yml
@@ -13,7 +13,7 @@ jobs:
       uses: actions/checkout@v3
 
     - name: Run Slither
-      uses: crytic/slither-action@v0.3.0
+      uses: crytic/slither-action@v0.4.0
       id: slither
       with:
         node-version: 16