Skip to content

Commit

Permalink
Merge pull request #135 from multiversx/bump-mx-sc-actions
Browse files Browse the repository at this point in the history
bump mx-sc-actions version
  • Loading branch information
BiancaIalangi authored Jan 10, 2025
2 parents 19a3582 + 655751c commit 8711e77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.0.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.2.1
with:
rust-toolchain: stable
enable-contracts-size-report: false
enable-contracts-size-report: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .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@v4.0.0
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v4.2.1
with:
image_tag: v8.0.1
package_whole_project_src: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v4.0.0
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v4.2.1
with:
image_tag: v8.0.1
attach_to_existing_release: true
Expand Down

0 comments on commit 8711e77

Please sign in to comment.