diff --git a/.github/workflows/actions-nightly.yml b/.github/workflows/actions-nightly.yml index 2539363ff9..ecd275e033 100644 --- a/.github/workflows/actions-nightly.yml +++ b/.github/workflows/actions-nightly.yml @@ -14,7 +14,7 @@ permissions: jobs: contracts: name: Contracts (nightly) - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.1.1 with: rust-toolchain: nightly-2024-05-22 path-to-sc-meta: framework/meta @@ -22,4 +22,4 @@ jobs: mx-scenario-go-version: v2.1.0-alpha coverage-args: --ignore-filename-regex='meta/src' --ignore-filename-regex='wasm-adapter' --ignore-filename-regex='benchmarks/' --ignore-filename-regex='tests/' --output ./coverage.md secrets: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 380b818db2..dafdd63150 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,7 +14,7 @@ permissions: jobs: contracts: name: Contracts - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@4ec1f927bd99ed90a816ded805daa75fd2040258 + uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v4.1.1 with: rust-toolchain: 1.82 path-to-sc-meta: framework/meta