Skip to content

Commit

Permalink
Bump srtool (#1282)
Browse files Browse the repository at this point in the history
Signed-off-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
Dengjianping authored Dec 25, 2023
1 parent 7f0e407 commit 5ea7262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
srtool-target-${{ matrix.runtime.name }}
- name: build runtime
id: srtool-build
uses: chevdor/srtool-actions@v0.7.0
uses: chevdor/srtool-actions@v0.9.1
with:
image: paritytech/srtool
tag: 1.66.1
tag: 1.74
chain: ${{ matrix.runtime.name }}
- name: persist srtool digest
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
srtool-target-${{ env.RUNTIME }}
- name: build runtime
id: srtool-build
uses: chevdor/srtool-actions@v0.7.0
uses: chevdor/srtool-actions@v0.9.1
with:
image: paritytech/srtool
tag: 1.66.1
tag: 1.74
chain: ${{ env.RUNTIME }}
- name: persist srtool digest
run: >
Expand Down

0 comments on commit 5ea7262

Please sign in to comment.