diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index 82f7102dc5..e81d46798f 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -77,7 +77,7 @@ jobs: - name: Build ${{ matrix.runtime }} runtime if: ${{ github.event.inputs.release_type != 'client' }} id: srtool_build - uses: chevdor/srtool-actions@v0.4.0 + uses: chevdor/srtool-actions@v0.5.0 with: image: paritytech/srtool chain: ${{ matrix.runtime }} diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index c87f5cd026..703c30b453 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -52,7 +52,7 @@ jobs: - name: Srtool build id: srtool_build - uses: chevdor/srtool-actions@v0.4.0 + uses: chevdor/srtool-actions@v0.5.0 with: chain: ${{ matrix.runtime }} runtime_dir: parachains/runtimes/${{ matrix.category }}/${{ matrix.runtime }}