From 13a1af23ff0d94a1032a1f2e79754717809b7e05 Mon Sep 17 00:00:00 2001 From: danidrasovean Date: Fri, 4 Oct 2024 13:47:37 +0300 Subject: [PATCH] Upgrade workflows to mx-sc-action v3.3.1 --- .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 3d651c9..1f01ab9 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,7 +13,7 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.2.0 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1 with: rust-toolchain: stable enable-contracts-size-report: false