From dc1ed41ee5fb83aa9ad75cadf9344fabafe72cc2 Mon Sep 17 00:00:00 2001 From: Sorin Petreasca Date: Thu, 3 Oct 2024 16:18:58 +0300 Subject: [PATCH] github actions update --- .github/workflows/actions.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6becbecc0..c166a6cfb 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@v3.2.0 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1 with: rust-toolchain: nightly-2024-05-22 coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 352ab4397..3bb9fa310 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ permissions: jobs: build: - uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.2.0 + uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1 with: image_tag: v7.0.0 attach_to_existing_release: true