From e80958bc69e6b22dc53a4618634ecfd6d88bf9b9 Mon Sep 17 00:00:00 2001 From: Andrei Baltariu Date: Fri, 10 Jan 2025 11:11:20 +0200 Subject: [PATCH] Added stable release for 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 a6ed02f2..187c221a 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@eb65c5cae88d1d540f1603c0cabc428fbe9e0975 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.2.1 with: rust-toolchain: stable coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md