Skip to content

Commit

Permalink
action update to preserve backwards compatibility builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuolteanu committed Jan 18, 2024
1 parent 814d73a commit ef12d2e
Show file tree
Hide file tree
Showing 2 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 @@ -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 }}
4 changes: 2 additions & 2 deletions .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/[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

0 comments on commit ef12d2e

Please sign in to comment.