From 284739cf49a4755c113be0857d1b02039d192775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:09:33 +0000 Subject: [PATCH] build(deps): bump crytic/slither-action from 0.2.0 to 0.3.0 Bumps [crytic/slither-action](https://github.com/crytic/slither-action) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/crytic/slither-action/releases) - [Commits](https://github.com/crytic/slither-action/compare/v0.2.0...v0.3.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e239215..015259e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: npm run lint --if-present - name: slither - uses: crytic/slither-action@v0.2.0 + uses: crytic/slither-action@v0.3.0 - name: npm test run: npm test