Skip to content

Commit

Permalink
build(deps): bump chevdor/srtool-actions from 0.8.0 to 0.9.0
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.0.
- [Release notes](https://github.com/chevdor/srtool-actions/releases)
- [Commits](chevdor/srtool-actions@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: chevdor/srtool-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent f4a9c1e commit a3caeb2
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.0
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.0
with:
chain: "creditcoin"
runtime_dir: runtime
Expand Down

0 comments on commit a3caeb2

Please sign in to comment.