diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db3dad..27e76a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.4] - 2025-03-03 + +* Update `cargo-audit` to 0.21.2 + ## [1.2.3] - 2024-12-17 * Show a better error message when running "cargo audit" fails #98 diff --git a/action.yml b/action.yml index af9ff97..a434aac 100644 --- a/action.yml +++ b/action.yml @@ -45,12 +45,12 @@ runs: ${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit* ${{ steps.cargo-home.outputs.cargohome }}/.crates.toml ${{ steps.cargo-home.outputs.cargohome }}/.crates2.json - key: cargo-audit-v0.21.0 + key: cargo-audit-v0.21.2 - name: Install cargo-audit if: steps.cache.outputs.cache-hit != 'true' # Update both this version number and the cache key - run: cargo install cargo-audit --vers 0.21.0 --no-default-features + run: cargo install cargo-audit --vers 0.21.2 --no-default-features shell: bash - run: |