Skip to content

Commit

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

Upgrade workflows to mx-sc-action v3.3.1
  • Loading branch information
danidrasovean authored Oct 3, 2024
2 parents 3fc27dd + 2256925 commit 190f26f
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-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
contracts:
name: Contracts (nightly)
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: nightly-2024-05-22
path-to-sc-meta: framework/meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: stable
path-to-sc-meta: framework/meta
Expand Down

0 comments on commit 190f26f

Please sign in to comment.