Skip to content

Commit c59e5ed

Browse files
chore(deps): bump paritytech/srtool-actions in the github-actions group (#3809)
Bumps the github-actions group with 1 update: [paritytech/srtool-actions](https://github.com/paritytech/srtool-actions). Updates `paritytech/srtool-actions` from 0.9.3 to 0.9.4 - [Release notes](https://github.com/paritytech/srtool-actions/releases) - [Commits](paritytech/srtool-actions@v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: paritytech/srtool-actions dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be5ca2f commit c59e5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: paritytech/srtool-actions@v0.9.3
32+
uses: paritytech/srtool-actions@v0.9.4
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: paritytech/srtool-actions@v0.9.3
90+
uses: paritytech/srtool-actions@v0.9.4
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)