Skip to content

Commit

Permalink
Bump clechasseur/rs-cargo from 2.0.5 to 2.0.6
Browse files Browse the repository at this point in the history
Bumps [clechasseur/rs-cargo](https://github.com/clechasseur/rs-cargo) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/clechasseur/rs-cargo/releases)
- [Commits](clechasseur/rs-cargo@34eb9ee...8435b10)

---
updated-dependencies:
- dependency-name: clechasseur/rs-cargo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent ca90e54 commit 92ad6ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
target: wasm32-wasi

- name: Ensure generated files are available
uses: clechasseur/rs-cargo@34eb9ee3e4186e5c7820a54393fbf081f78bc102 # v2.0.2
uses: clechasseur/rs-cargo@8435b10f6e71c2e3d4d3b7573003a8ce4bfc6386 # v2.0.2
with:
command: test
args: -p bulwark-config -p bulwark-sdk
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: /usr/bin/sudo /usr/bin/apt install -y protobuf-compiler

- name: Build release target
uses: clechasseur/rs-cargo@34eb9ee3e4186e5c7820a54393fbf081f78bc102 # v2.0.2
uses: clechasseur/rs-cargo@8435b10f6e71c2e3d4d3b7573003a8ce4bfc6386 # v2.0.2
with:
command: build
args: --release --target=x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: brew install protobuf

- name: Build release target
uses: clechasseur/rs-cargo@34eb9ee3e4186e5c7820a54393fbf081f78bc102 # v2.0.2
uses: clechasseur/rs-cargo@8435b10f6e71c2e3d4d3b7573003a8ce4bfc6386 # v2.0.2
with:
command: build
args: --release --target=x86_64-apple-darwin
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: brew install protobuf

- name: Build release target
uses: clechasseur/rs-cargo@34eb9ee3e4186e5c7820a54393fbf081f78bc102 # v2.0.2
uses: clechasseur/rs-cargo@8435b10f6e71c2e3d4d3b7573003a8ce4bfc6386 # v2.0.2
with:
command: build
args: --release --target=aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: /usr/bin/docker ps

- name: Run bulwark tests
uses: clechasseur/rs-cargo@34eb9ee3e4186e5c7820a54393fbf081f78bc102 # v2.0.2
uses: clechasseur/rs-cargo@8435b10f6e71c2e3d4d3b7573003a8ce4bfc6386 # v2.0.2
with:
command: test
args: -p bulwark-cli -p bulwark-build -p bulwark-config -p bulwark-decision -p bulwark-ext-processor -p bulwark-host -p bulwark-sdk -p bulwark-sdk-macros -- --include-ignored
Expand Down

0 comments on commit 92ad6ad

Please sign in to comment.