Skip to content

Commit

Permalink
chore(build-deps): update build dependencies (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 6, 2024
1 parent c2a67eb commit 913de11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Cached install tauri-cli
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
with:
tool: tauri-cli@2.0.0
tool: tauri-cli@2.0.1
locked: true

- name: Build app bundle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: contains(matrix.platform, 'ubuntu')
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
with:
tool: cargo-make@0.37.17
tool: cargo-make@0.37.21
locked: true

- name: Run codespell (ubuntu only)
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Cached install tauri-cli
uses: taiki-e/cache-cargo-install-action@caa6f48d18d42462f9c30df89e2b4f71a42b7c2c # v2.0.1
with:
tool: tauri-cli@2.0.0
tool: tauri-cli@2.0.1
locked: true

- name: Build using tauri action
Expand Down

0 comments on commit 913de11

Please sign in to comment.