diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bcc8bf..44c5fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install frontend dependencies run: yarn install - name: Build the app - uses: tauri-apps/tauri-action@v0.5.2 + uses: tauri-apps/tauri-action@v0.5.3 - name: Publish artifacts uses: actions/upload-artifact@v4.3.3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e01f0a..91802af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Install frontend dependencies run: yarn install - name: Build the app - uses: tauri-apps/tauri-action@v0.5.2 + uses: tauri-apps/tauri-action@v0.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: