Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Dec 13, 2024
1 parent 0c9243f commit c39322d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
8 changes: 6 additions & 2 deletions ping-pong/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 3 additions & 1 deletion ping-pong/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c39322d

Please sign in to comment.