From 3b7b5e2030b6253c8852af22c76e165e060ccfbf Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 4 Mar 2025 10:49:23 +0100 Subject: [PATCH] template(ci): Bump cargo-deny-action to 2.0.7 --- template/.github/workflows/build.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index fd538b81..9f508dd1 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -122,7 +122,7 @@ jobs: with: persist-credentials: false submodules: recursive - - uses: EmbarkStudios/cargo-deny-action@0484eedcba649433ebd03d9b7c9c002746bbc4b9 # v2.0.6 + - uses: EmbarkStudios/cargo-deny-action@8d73959fce1cdc8989f23fdf03bec6ae6a6576ef # v2.0.7 with: command: check ${{ matrix.checks }}