diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 604c31d..6bd6b0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -298,7 +298,7 @@ jobs: # - name: install frontend dependencies # run: yarn install # change this to npm, pnpm or bun depending on which one you use. - - uses: tauri-apps/tauri-action@v0.5.15 + - uses: tauri-apps/tauri-action@v0.5.18 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index 5a1921d..dd23c6a 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -312,7 +312,7 @@ jobs: # - name: install frontend dependencies # run: yarn install # change this to npm, pnpm or bun depending on which one you use. - - uses: tauri-apps/tauri-action@v0.5.15 + - uses: tauri-apps/tauri-action@v0.5.18 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: