Skip to content

Commit 5308f89

Browse files
authored
Update cargo-audit to 0.19.0
1 parent 65c5146 commit 5308f89

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.1.13] - 2024-02-03
11+
12+
* Update `cargo-audit` to 0.19.0
13+
1014
## [1.1.12] - 2024-01-20
1115

1216
* Fix default of `file` argument to make it work again for repositories without `Cargo.lock` checked in.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ runs:
4141
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
4242
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
4343
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
44-
key: cargo-audit-v0.18.3
44+
key: cargo-audit-v0.19.0
4545

4646
- name: Install cargo-audit
4747
if: steps.cache.outputs.cache-hit != 'true'
4848
# Update both this version number and the cache key
49-
run: cargo install cargo-audit --vers 0.18.3 --no-default-features
49+
run: cargo install cargo-audit --vers 0.19.0 --no-default-features
5050
shell: bash
5151

5252
- run: |

0 commit comments

Comments
 (0)