From 7955ea70bcc6d2f1efb76aafb5b4052f667da9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:11:30 +0000 Subject: [PATCH] chore(deps): update clementtsang/cargo-action action to v0.0.7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffadd30c5c..6cd0940dca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -289,7 +289,7 @@ jobs: env: APP_VERSION: ${{ needs.draft_release.outputs.create_release_name}} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: ClementTsang/cargo-action@v0.0.6 + uses: ClementTsang/cargo-action@v0.0.7 with: use-cross: ${{ matrix.cross }} command: build