Skip to content

Commit

Permalink
Bump tauri-apps/tauri-action from 0.5.4 to 0.5.7
Browse files Browse the repository at this point in the history
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.5.4 to 0.5.7.
- [Release notes](https://github.com/tauri-apps/tauri-action/releases)
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tauri-action@v0.5.4...v0.5.7)

---
updated-dependencies:
- dependency-name: tauri-apps/tauri-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 441176f commit 2174481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Install frontend dependencies
run: yarn install
- name: Build the app
uses: tauri-apps/[email protected].4
uses: tauri-apps/[email protected].7
with:
updaterJsonPreferNsis: true
- name: Publish artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
# Set TAURI_ARGS for windows
echo "TAURI_ARGS=-v -t x86_64-pc-windows-msvc" >> $env:GITHUB_ENV
- name: Build the app
uses: tauri-apps/[email protected].4
uses: tauri-apps/[email protected].7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 2174481

Please sign in to comment.