From 8f4e0ec78719c0b492f7ad2325933ac110f10b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:12:24 +0000 Subject: [PATCH] build(deps): bump tauri-apps/tauri-action from 0 to 1 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0 to 1. - [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/v0...v1) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a56d1dc..8bdc804 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: - name: Build desktop installers (macOS signed + notarized) if: matrix.platform == 'macos-latest' && env.HAS_APPLE_SIGNING == 'true' - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VITE_SERVER_URL: ${{ secrets.VITE_SERVER_URL }} @@ -124,7 +124,7 @@ jobs: - name: Build desktop installers (macOS ad-hoc beta fallback) if: matrix.platform == 'macos-latest' && env.HAS_APPLE_SIGNING != 'true' - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VITE_SERVER_URL: ${{ secrets.VITE_SERVER_URL }} @@ -138,7 +138,7 @@ jobs: - name: Build desktop installers (Linux) if: matrix.platform == 'ubuntu-22.04' - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VITE_SERVER_URL: ${{ secrets.VITE_SERVER_URL }}