Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from multiversx/update-03
Browse files Browse the repository at this point in the history
Use newer github actions
  • Loading branch information
andreibancioiu authored Nov 3, 2023
2 parents f87cb65 + 1bc8332 commit 69cd072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].2
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].3
with:
rust-toolchain: nightly-2023-05-26
vmtools-version: v1.4.60
Expand Down
2 changes: 1 addition & 1 deletion .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].1
uses: multiversx/mx-sc-actions/.github/workflows/[email protected].3
with:
image_tag: v5.3.0
2 changes: 1 addition & 1 deletion .github/workflows/on_release_build_contracts.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].3
with:
image_tag: v5.3.0
attach_to_existing_release: true

0 comments on commit 69cd072

Please sign in to comment.