From b9617bb738c5642d3d04c0aad14cc60b2b956e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:13:06 +0000 Subject: [PATCH] build(deps): bump chevdor/srtool-actions from 0.8.0 to 0.9.1 Bumps [chevdor/srtool-actions](https://github.com/chevdor/srtool-actions) from 0.8.0 to 0.9.1. - [Release notes](https://github.com/chevdor/srtool-actions/releases) - [Commits](https://github.com/chevdor/srtool-actions/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: chevdor/srtool-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/runtime.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8dc00db52..f448733428 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,7 +140,7 @@ jobs: - name: Build WASM runtime id: srtool_build - uses: chevdor/srtool-actions@v0.8.0 + uses: chevdor/srtool-actions@v0.9.1 with: chain: "creditcoin" runtime_dir: runtime diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml index 4fbc6efefc..20e95384d1 100644 --- a/.github/workflows/runtime.yml +++ b/.github/workflows/runtime.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Srtool build id: srtool_build - uses: chevdor/srtool-actions@v0.8.0 + uses: chevdor/srtool-actions@v0.9.1 with: chain: "creditcoin" runtime_dir: runtime