Skip to content

Commit

Permalink
Bump davidB/rust-cargo-make from 1.9.0 to 1.10.0 (#50)
Browse files Browse the repository at this point in the history
Bumps [davidB/rust-cargo-make](https://github.com/davidb/rust-cargo-make) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/davidb/rust-cargo-make/releases)
- [Commits](davidB/rust-cargo-make@10579dc...b23e588)

---
updated-dependencies:
- dependency-name: davidB/rust-cargo-make
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 4098112 commit 3c459b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Install cargo-make
uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
uses: davidB/rust-cargo-make@b23e588bc82d020c75f58c4acbc563fb2cd064fc
with:
version: '0.37.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git tag -a "v${{ steps.get-new-version.outputs.VERSION }}" -m "Release ${{ steps.get-new-version.outputs.VERSION }}"
- name: Install cargo-make
uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
uses: davidB/rust-cargo-make@b23e588bc82d020c75f58c4acbc563fb2cd064fc
with:
version: '0.37.2'

Expand Down

0 comments on commit 3c459b5

Please sign in to comment.