Skip to content

Commit

Permalink
build(deps): bump chevdor/srtool-actions from 0.8.0 to 0.9.1
Browse files Browse the repository at this point in the history
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](chevdor/srtool-actions@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and atodorov committed Jan 9, 2024
1 parent fe5f85b commit b9617bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9617bb

Please sign in to comment.