Skip to content

Commit 35d7862

Browse files
chore(ci): bump the ci-deps group with 2 updates (#488)
Bumps the ci-deps group with 2 updates: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install). Updates `EmbarkStudios/cargo-deny-action` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@c3a7e67...64015a6) Updates `baptiste0928/cargo-install` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](baptiste0928/cargo-install@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b579c6 commit 35d7862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
egress-policy: audit
346346

347347
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
348-
- uses: EmbarkStudios/cargo-deny-action@c3a7e6783975aaac423f9ee43b4818f51debc638 # v1.6.0
348+
- uses: EmbarkStudios/cargo-deny-action@64015a69ee7ee08f6c56455089cdaf6ad974fd15 # v1.6.1
349349

350350
cargo-msrv:
351351
name: Verify MSRV (cargo-msrv)
@@ -361,7 +361,7 @@ jobs:
361361
- name: cargo install cargo-msrv
362362
# You may pin to the exact commit or the version.
363363
# uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b
364-
uses: baptiste0928/[email protected].0
364+
uses: baptiste0928/[email protected].1
365365
with:
366366
# Name of the crate to install
367367
crate: cargo-msrv

0 commit comments

Comments
 (0)