-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
action update to preserve backwards compatibility builds
- Loading branch information
1 parent
814d73a
commit ef12d2e
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ permissions: | |
jobs: | ||
contracts: | ||
name: Contracts | ||
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].0 | ||
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5 | ||
with: | ||
rust-toolchain: nightly-2023-04-24 | ||
rust-toolchain: nightly-2023-05-27 | ||
vmtools-version: v1.4.60 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ permissions: | |
|
||
jobs: | ||
build: | ||
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1 | ||
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].5 | ||
with: | ||
image_tag: v5.1.0 | ||
image_tag: v5.3.0 | ||
attach_to_existing_release: true |