From d886aa931c7a385002bfbc01d3d88ef0385c6485 Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Fri, 4 Oct 2024 17:26:24 +0300 Subject: [PATCH] - updated workflow files --- .github/workflows/actions.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1cd3747a..bed0c289 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,7 +17,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 secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebe25691..4547f03a 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 + image_tag: v8.0.1 attach_to_existing_release: true