From 4643038b0320a9a26151555f785fd488df58666b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:36:48 +0000 Subject: [PATCH] chore(deps): bump the actions-minor-patch group with 2 updates Bumps the actions-minor-patch group with 2 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action). Updates `Swatinem/rust-cache` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/779680da715d629ac1d338a641029a2f4372abb5...c19371144df3bb44fab255c43d04cbc2ab54d1c4) Updates `tauri-apps/tauri-action` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-action/compare/73fb865345c54760d875b94642314f8c0c894afa...84b9d35b5fc46c1e45415bdb6144030364f7ebc5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: tauri-apps/tauri-action dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/development.yml | 2 +- .github/workflows/nightly.yml | 4 ++-- .github/workflows/publish-stable.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index ac86838..6203759 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -99,7 +99,7 @@ jobs: pkg-config --modversion javascriptcoregtk-4.1 - name: Rust cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 continue-on-error: true - name: Cargo fmt (check) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7569d78..1dcf9af 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -231,7 +231,7 @@ jobs: # ---------- Cache ---------- - name: Rust cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Cargo fmt (check) run: cargo fmt --all -- --check @@ -258,7 +258,7 @@ jobs: # ---------- Build & publish ---------- - name: Build and publish Nightly prerelease - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # action-v0.6.1 + uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # action-v0.6.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FRONTEND_SKIP_BUILD: '1' diff --git a/.github/workflows/publish-stable.yml b/.github/workflows/publish-stable.yml index 4d7f7f4..e12f671 100644 --- a/.github/workflows/publish-stable.yml +++ b/.github/workflows/publish-stable.yml @@ -128,7 +128,7 @@ jobs: # ---------- Cargo caching ---------- - name: Rust cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - name: Cargo fmt (check) run: cargo fmt --all -- --check @@ -138,7 +138,7 @@ jobs: # ---------- Build & publish with Tauri action ---------- - name: Build and create GitHub Release (draft) - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # action-v0.6.1 + uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # action-v0.6.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # We already built the Frontend; tell Backend/Tauri to skip any beforeBuildCommand