From 2ef3a124794e27327b8c95f889724050c53363b9 Mon Sep 17 00:00:00 2001 From: Raffaele <151576068+raffaele-oplabs@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:41:44 +0100 Subject: [PATCH] removing unused action (#12927) --- .github/actions/setup/action.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/actions/setup/action.yml diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml deleted file mode 100644 index 4c8918566485..000000000000 --- a/.github/actions/setup/action.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: Setup -description: Common setup steps used by our workflows -runs: - using: composite - steps: - - name: Setup foundry - uses: foundry-rs/foundry-toolchain@v1