From bd5abe427b60469403aa5921584421d465a43c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Tue, 21 May 2024 21:53:08 +0200 Subject: [PATCH] update cargo-about used for release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08162c48c6..6ebfc88ad1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: run: sccache --start-server - name: Install cargo-about if: "!startsWith(runner.os, 'Windows')" - run: curl -k https://installer.heliax.click/EmbarkStudios/cargo-about@0.5.7! | bash + run: curl -k https://installer.heliax.click/EmbarkStudios/cargo-about@0.6.1! | bash - name: Install cargo-about (only windows) if: startsWith(runner.os, 'Windows') run: cargo install --locked cargo-about