From 59a815bf9afee4ea90486e4ef5164926d466b323 Mon Sep 17 00:00:00 2001 From: Andrei Baltariu Date: Fri, 3 Jan 2025 11:06:03 +0200 Subject: [PATCH] Added the stable version of sc actions Signed-off-by: Andrei Baltariu --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c1f12bae..f19ab7fc 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,7 +20,7 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@79d7ac76e34b3208fbe07559ac276d0ea48be4da + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.2.0 with: rust-toolchain: stable coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md