diff --git a/cumulus/.github/workflows/release-30_create-draft.yml b/cumulus/.github/workflows/release-30_create-draft.yml index 6f9840c32ff72a5256a827146fdd10ab48dff102..8e821ff2f4ad227aff2e939e6d02ec57abc88d54 100644 --- a/cumulus/.github/workflows/release-30_create-draft.yml +++ b/cumulus/.github/workflows/release-30_create-draft.yml @@ -85,7 +85,7 @@ jobs: - name: Build ${{ matrix.runtime }} runtime if: ${{ github.event.inputs.release_type != 'client' }} id: srtool_build - uses: chevdor/srtool-actions@v0.6.0 + uses: chevdor/srtool-actions@v0.7.0 with: image: paritytech/srtool chain: ${{ matrix.runtime }} diff --git a/cumulus/.github/workflows/srtool.yml b/cumulus/.github/workflows/srtool.yml index 8ef2a8815c0ef7716309de4b98003ba7353d3185..3c6ae2ffa0307294cbb5195397c9058f77ca87f2 100644 --- a/cumulus/.github/workflows/srtool.yml +++ b/cumulus/.github/workflows/srtool.yml @@ -60,7 +60,7 @@ jobs: - name: Srtool build id: srtool_build - uses: chevdor/srtool-actions@v0.6.0 + uses: chevdor/srtool-actions@v0.7.0 with: chain: ${{ matrix.runtime }} runtime_dir: parachains/runtimes/${{ matrix.category }}/${{ matrix.runtime }}