Skip to content

Commit

Permalink
Fix workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 9, 2024
1 parent c4ed232 commit f89634b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ on:
permissions:
checks: write
pull-requests: write

jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.1
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.0.0
with:
rust-toolchain: nightly-2023-05-26
vmtools-version: v1.4.60
rust-toolchain: nightly-2023-12-11
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/reproducible-build.yml@v2.3.1
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.0.0
with:
image_tag: v5.3.0
image_tag: v6.1.2
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/reproducible-build.yml@v2.3.1
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.0.0
with:
image_tag: v5.3.0
image_tag: v6.1.2
attach_to_existing_release: true
skip_preliminary_checks: true

0 comments on commit f89634b

Please sign in to comment.