Skip to content

Commit

Permalink
Merge pull request #22 from multiversx/actions-update
Browse files Browse the repository at this point in the history
actions update
  • Loading branch information
ovidiuolteanu authored Sep 14, 2023
2 parents 120b4f1 + 3f3614a commit 3f65acd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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].1
with:
rust-toolchain: nightly-2023-04-24
rust-toolchain: nightly-2023-05-26
vmtools-version: v1.4.60
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request_build_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].0
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
with:
image_tag: v5.1.0
image_tag: v5.3.0
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].0
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].1
with:
image_tag: v5.1.0
image_tag: v5.3.0
attach_to_existing_release: true
skip_preliminary_checks: true

0 comments on commit 3f65acd

Please sign in to comment.