From 72642f78c7fd3dc45e9bba0afe06e0f97c8a2f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:05:52 +0000 Subject: [PATCH] Bump tauri-apps/tauri-action from 0.6.0 to 0.6.2 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/v0.6.2/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76a6dbf..46c18ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -233,7 +233,7 @@ jobs: " - name: Build & upload (tauri-action) - uses: tauri-apps/tauri-action@v0.6.0 + uses: tauri-apps/tauri-action@v0.6.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}