From 83f1abcb8893416e145f6e9fb2bf4421af7708cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:32:27 +0000 Subject: [PATCH] chore: bump tauri-apps/tauri-action from 0.6.1 to 1.0.0 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.6.1 to 1.0.0. - [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...1deb371b0cd8bd54025b384f1cd735e725c4060f) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tauri.yml | 6 +++--- .github/workflows/tauri2.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index ed6ce2e..068014f 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -24,7 +24,7 @@ jobs: - name: Install tauri dependencies run: npm ci - name: Build desktop app with Tauri - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # v0.6.1 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} @@ -80,7 +80,7 @@ jobs: - name: Install tauri dependencies run: npm ci - name: Build desktop app with Tauri - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # v0.6.1 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} @@ -129,7 +129,7 @@ jobs: - name: Install tauri dependencies run: npm ci - name: Build desktop app with Tauri - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # v0.6.1 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} diff --git a/.github/workflows/tauri2.yml b/.github/workflows/tauri2.yml index b589cc7..72d7de9 100644 --- a/.github/workflows/tauri2.yml +++ b/.github/workflows/tauri2.yml @@ -26,7 +26,7 @@ jobs: - name: Disble updater run: git apply 0001-disable-tauri-updater.patch - name: Build desktop app with Tauri - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # v0.6.1 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c55782..acf0200 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Install tauri dependencies run: npm ci - name: Build desktop app with Tauri - uses: tauri-apps/tauri-action@73fb865345c54760d875b94642314f8c0c894afa # v0.6.1 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_OPTIONS: "--max_old_space_size=4096"