Skip to content

Commit

Permalink
Merge pull request #84 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 8, 2024
2 parents 8a91679 + 26126b6 commit 20a65fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: nightly-2024-05-22
coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md
Expand Down
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 20a65fe

Please sign in to comment.