From 0b1026288cf1c50697f5025e252f3a5b7b256407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 18:55:44 +0000 Subject: [PATCH] dependabot(actions): bump crytic/slither-action from 0.3.2 to 0.4.0 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.3.2...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] --- .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 fe5c8319da..6424f15832 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -23,7 +23,7 @@ jobs: run: rm packages/contracts-bedrock/package.json - name: Run Slither - uses: crytic/slither-action@v0.3.2 + uses: crytic/slither-action@v0.4.0 id: slither with: target: packages/contracts-bedrock