From 50a92ddd1e609247f22e6868455602199af446c7 Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:11:01 +0100 Subject: [PATCH] Specify subxt version in subxt-diff gh action (#3076) * Specify subxt version in subxt-diff gh action * Make subxtdiff use stateless machines --------- Co-authored-by: Alan Sapede --- .github/workflows/subxt-diff.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/subxt-diff.yml b/.github/workflows/subxt-diff.yml index 00dbb9b8a5..39c6725ac5 100644 --- a/.github/workflows/subxt-diff.yml +++ b/.github/workflows/subxt-diff.yml @@ -30,7 +30,7 @@ jobs: local-diff: needs: build - runs-on: bare-metal + runs-on: moonbeam-release-medium permissions: contents: read strategy: @@ -48,7 +48,7 @@ jobs: run: | rustup override unset rustup show - cargo install subxt-cli --locked + cargo install subxt-cli@0.37.0 --locked echo "$HOME/.cargo/bin" >> $GITHUB_PATH - name: Run last_release node via Docker run: | @@ -139,5 +139,5 @@ jobs: commit-message: "runtime diff: v0.${{ github.event.inputs.spec_version }}.0" draft: true title: "Notorize runtime upgrade differences: runtime-${{ github.event.inputs.spec_version }}" - reviewers: "librelois,noandrea" + reviewers: "RomarQ,stiiifff" labels: "B0-silent,D2-notlive"