Skip to content

Commit

Permalink
Merge pull request #74 from multiversx/workflows-upgrade-mx-sc-action…
Browse files Browse the repository at this point in the history
…-v3.3.1

Upgrade workflows to mx-sc-action v3.3.1
  • Loading branch information
danidrasovean authored Oct 3, 2024
2 parents bac0928 + b18a966 commit 723a9f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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: nightly-2024-05-22
coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md
Expand Down
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@v3.2.0
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1
with:
image_tag: v7.0.0
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@v3.2.0
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1
with:
image_tag: v7.0.0
attach_to_existing_release: true

0 comments on commit 723a9f2

Please sign in to comment.