Skip to content

Commit

Permalink
install cargo-about 0.6.4 in Rust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 27, 2024
1 parent cd6d91d commit 93dfc49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ permissions:

env:
CARGO_INCREMENTAL: 0
# renovate: datasource=github-releases depName=EmbarkStudios/cargo-about
CARGO_ABOUT_VERSION: 0.6.4

jobs:
rust:
Expand All @@ -36,6 +38,10 @@ jobs:
- name: cache dependencies
uses: Swatinem/rust-cache@v2.7.5

- name: install cargo-about
run: |
cargo install cargo-about --locked --version ${{ env.CARGO_ABOUT_VERSION }}
- name: reviewdog / clippy
if: github.event_name == 'pull_request'
uses: sksat/action-clippy@v1.1.0
Expand Down

0 comments on commit 93dfc49

Please sign in to comment.