diff --git a/CHANGELOG.md b/CHANGELOG.md index a2840ab..bcbc1af 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.1.7] - 2023-05-12 + +* Update `cargo-audit` to 0.17.6 + ## [1.1.6] - 2023-03-24 * Update `cargo-audit` to 0.17.5 diff --git a/action.yml b/action.yml index 5117672..77d3ec9 100644 --- a/action.yml +++ b/action.yml @@ -37,12 +37,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.17.5 + key: cargo-audit-v0.17.6 - 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.17.5 --no-default-features + run: cargo install cargo-audit --vers 0.17.6 --no-default-features shell: bash - run: |