Skip to content

Commit 9d397cc

Browse files
authored
Use paritytech/srtool-actions (#3477)
1 parent 07855c4 commit 9d397cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build ${{ github.event.inputs.chain }} wasm with srtool
3131
id: srtool_build
32-
uses: chevdor/srtool-actions@v0.9.2
32+
uses: paritytech/srtool-actions@v0.9.3
3333
env:
3434
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
3535
# which will result in a different parachain_authorize_upgrade_hash

.github/workflows/create-release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Build with srtool
8989
id: srtool_build
90-
uses: chevdor/srtool-actions@v0.9.2
90+
uses: paritytech/srtool-actions@v0.9.3
9191
env:
9292
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
9393
# which will result in a different parachain_authorize_upgrade_hash

0 commit comments

Comments
 (0)