From 42d73de956230bd4fd5289548b6a8eef7130f8fa Mon Sep 17 00:00:00 2001 From: Sorin Petreasca Date: Fri, 14 Feb 2025 13:41:42 +0200 Subject: [PATCH] github actions v4.2.2 --- .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 f50d01216..fd870762f 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@v4.2.1 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.2.2 with: rust-toolchain: stable coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8672e0210..eba8ede8b 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@v4.2.1 + uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v4.2.2 with: image_tag: v7.0.0 attach_to_existing_release: true