diff options
| author | Joakim Hulthe <joakim@hulthe.net> | 2025-03-05 13:10:31 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-03-05 13:24:54 +0100 |
| commit | dd0f0623f4b9ab1ec8db804f3f4237b227fb27f8 (patch) | |
| tree | f5c492a78c228b7779285f8d2c5b647f2c7d0e4b /.github/workflows | |
| parent | 420f23805db9721f923246123ddc582907f5bf04 (diff) | |
| download | mullvadvpn-dd0f0623f4b9ab1ec8db804f3f4237b227fb27f8.tar.xz mullvadvpn-dd0f0623f4b9ab1ec8db804f3f4237b227fb27f8.zip | |
Update cargo-deny github action to v2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust-supply-chain.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-supply-chain.yml b/.github/workflows/rust-supply-chain.yml index 6756e36bc6..32116c1544 100644 --- a/.github/workflows/rust-supply-chain.yml +++ b/.github/workflows/rust-supply-chain.yml @@ -23,7 +23,7 @@ jobs: run: git submodule update --init --depth=1 wireguard-go-rs - name: Run cargo deny - uses: EmbarkStudios/cargo-deny-action@v1 + uses: EmbarkStudios/cargo-deny-action@v2 with: log-level: warn rust-version: stable |
