Skip to content

Commit 579aeab

Browse files
committed
Update cargo audit to 0.21.2
1 parent 0a7806b commit 579aeab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.4] - 2025-03-03
11+
12+
* Update `cargo-audit` to 0.21.2
13+
1014
## [1.2.3] - 2024-12-17
1115

1216
* Show a better error message when running "cargo audit" fails #98

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ runs:
4545
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
4646
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
4747
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
48-
key: cargo-audit-v0.21.0
48+
key: cargo-audit-v0.21.2
4949

5050
- name: Install cargo-audit
5151
if: steps.cache.outputs.cache-hit != 'true'
5252
# Update both this version number and the cache key
53-
run: cargo install cargo-audit --vers 0.21.0 --no-default-features
53+
run: cargo install cargo-audit --vers 0.21.2 --no-default-features
5454
shell: bash
5555

5656
- run: |

0 commit comments

Comments
 (0)