Skip to content

Commit

Permalink
Bump davidB/rust-cargo-make from 1.9.0 to 1.11.1
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.11.1.
- [Release notes](https://github.com/davidb/rust-cargo-make/releases)
- [Commits](davidB/rust-cargo-make@10579dc...baeb514)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4cdfd0d commit 4e3f3ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Install dependencies
working-directory: ${{ env.SUBDIRECTORY }}
run: yarn install
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Install dependencies
working-directory: ${{ env.SUBDIRECTORY }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Run CI Tasks with backtrace
working-directory: attestation-doc-validation
run: cargo make ci
Expand All @@ -42,7 +42,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Install dependencies
working-directory: node-attestation-bindings
run: yarn install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-rust-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Run CI Tasks with backtrace
working-directory: attestation-doc-validation
run: cargo make ci
Expand All @@ -57,7 +57,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Package and Publish Cargo to registry
working-directory: attestation-doc-validation
run: cargo publish --dry-run --token ${{ secrets.CARGO_AUTH_TOKEN }}
Expand All @@ -72,7 +72,7 @@ jobs:
toolchain: 1.79.0
override: true
components: rustfmt, clippy
- uses: davidB/rust-cargo-make@10579dcff82285736fad5291533b52d3c93d6b3b
- uses: davidB/rust-cargo-make@baeb514032fb4ecb517a91c88b0d5aae9dbe9695
- name: Package and Publish Cargo to registry
working-directory: attestation-doc-validation
run: cargo publish --token ${{ secrets.CARGO_AUTH_TOKEN }}

0 comments on commit 4e3f3ef

Please sign in to comment.