diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 82c5577..328397c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -47,7 +47,7 @@ jobs: - name: 📥 Cached install trunk uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1 with: - tool: trunk@0.21.4 + tool: trunk@0.21.5 locked: true - name: 📥 Cached install cargo-auditable diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index 43f43fc..aa34aab 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -103,7 +103,7 @@ jobs: - name: 📥 Cached install trunk uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1 with: - tool: trunk@0.21.4 + tool: trunk@0.21.5 locked: true - name: 📥 Cached install cargo-auditable