Skip to content

Commit

Permalink
[GHA] fix deprecated cargo-about (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Aug 25, 2023
1 parent f1cf865 commit 970ba58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ jobs:
- uses: actions/checkout@v3

- name: Install cargo-about
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-about
version: "0.5"
version: "0.5.6"

- name: Run license check
# Explicitly use stable because otherwise cargo will trigger a download of
Expand Down

0 comments on commit 970ba58

Please sign in to comment.