From c39322d19cc17d4fdbe56c3d80e92380dd8b8928 Mon Sep 17 00:00:00 2001 From: BiancaIalangi Date: Tue, 10 Dec 2024 13:21:37 +0200 Subject: [PATCH] update github actions --- .github/workflows/actions.yml | 4 +++- ping-pong/Cargo.toml | 8 ++++++-- ping-pong/meta/Cargo.toml | 4 +++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1f01ab9..5abacbf 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,9 +13,11 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@72dc7659e6945c8749d01ec28638843bae33437e with: rust-toolchain: stable + sc-meta-hash-git: 51791cb3c23f8084e97c5ef0af82a9d16ab70cb9 + mx-scenario-go-version: v3.0.0 enable-contracts-size-report: false secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/ping-pong/Cargo.toml b/ping-pong/Cargo.toml index 4b7804e..d44e121 100644 --- a/ping-pong/Cargo.toml +++ b/ping-pong/Cargo.toml @@ -9,7 +9,11 @@ publish = false path = "src/ping_pong.rs" [dependencies.multiversx-sc] -version = "0.54.6" +version = "=0.54.6" +git = "https://github.com/multiversx/mx-sdk-rs" +rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9" [dev-dependencies.multiversx-sc-scenario] -version = "0.54.6" +version = "=0.54.6" +git = "https://github.com/multiversx/mx-sdk-rs" +rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9" diff --git a/ping-pong/meta/Cargo.toml b/ping-pong/meta/Cargo.toml index a106cb4..fc4d53a 100644 --- a/ping-pong/meta/Cargo.toml +++ b/ping-pong/meta/Cargo.toml @@ -9,4 +9,6 @@ publish = false path = ".." [dependencies.multiversx-sc-meta-lib] -version = "0.54.6" +version = "=0.54.6" +git = "https://github.com/multiversx/mx-sdk-rs" +rev = "51791cb3c23f8084e97c5ef0af82a9d16ab70cb9"