Skip to content

Commit

Permalink
Merge branch 'main' into add-potlock-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas authored Oct 7, 2024
2 parents c39f4d5 + da17d9d commit 091289e
Show file tree
Hide file tree
Showing 177 changed files with 2,135 additions and 1,598 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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
enable-contracts-size-report: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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
package_whole_project_src: true
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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
package_whole_project_src: true
Loading

0 comments on commit 091289e

Please sign in to comment.