Skip to content

Commit

Permalink
Update cargo-audit to 0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed May 12, 2023
1 parent b6da146 commit fe269d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fe269d5

Please sign in to comment.