From 31f896c1960159d468869a57e13455e5a6241485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:06:58 +0000 Subject: [PATCH] chore(deps): update tauri-apps/tauri-action action to v1 --- .github/workflows/app-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 7037ae57..402fb6a5 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -81,7 +81,7 @@ jobs: - name: Build app if: github.event_name == 'pull_request' || github.event_name == 'push' - uses: tauri-apps/tauri-action@61337b436e85a75347fec553393c9e2be16a0d85 # v0 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a91f156b..afb3c1af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -217,7 +217,7 @@ jobs: cd app && npm run sync && cd .. - name: Build app - uses: tauri-apps/tauri-action@61337b436e85a75347fec553393c9e2be16a0d85 # v0 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1 with: projectPath: 'app' args: --apk --debug --target x86_64 --features test