From c8dd410d7de5a83cadf14b85e60ca15e1b7e7a2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:34:06 +0000 Subject: [PATCH] chore(deps): update dependency trunk to v0.21.3 --- .github/workflows/android.yml | 2 +- .github/workflows/desktop-tauri.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ab7890dc..ce161aef 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -57,7 +57,7 @@ jobs: - name: 📥 Cached install trunk uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1 with: - tool: trunk@0.21.2 + tool: trunk@0.21.3 locked: true - name: 📥 Cached install cargo-auditable diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index b44c77e5..e6129b7a 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -113,7 +113,7 @@ jobs: - name: 📥 Cached install trunk uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1 with: - tool: trunk@0.21.2 + tool: trunk@0.21.3 locked: true - name: 📥 Cached install cargo-auditable