From 6edc9b7b1dc14ef7231173ca934cc93eecd11c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:38:02 +0000 Subject: [PATCH] chore(deps): update tauri-apps/tauri-action digest to 7f1a1fc --- .github/workflows/app-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index 9750534e..2af3153b 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -93,7 +93,7 @@ jobs: - name: Build and release app if: github.event_name != 'pull_request' && github.event_name != 'push' - uses: tauri-apps/tauri-action@61337b436e85a75347fec553393c9e2be16a0d85 # dev + uses: tauri-apps/tauri-action@7f1a1fc1989f3d1e114195e2a9624d147de78612 # dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}