From 8f4c566ad86a31e46d04952d7092c8cccbd917d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:31:09 +0000 Subject: [PATCH] ci(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/dev-channel.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-channel.yml b/.github/workflows/dev-channel.yml index 9505a4f6..29d380c1 100644 --- a/.github/workflows/dev-channel.yml +++ b/.github/workflows/dev-channel.yml @@ -194,7 +194,7 @@ jobs: # Build the bundle (no GitHub Release created here; tauri-action only # builds, then softprops/action-gh-release uploads to the rolling tag). - name: Build + sign (tauri-action) - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44874902..60ca0d1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: echo "staged sidecar:"; ls -la src-tauri/binaries - name: Build + sign + release (tauri-action) - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Updater signing keypair. The password secret EXISTS but is empty.