diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index ab7890d..ce161ae 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 b44c77e..e6129b7 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