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