Skip to content

Commit

Permalink
Bump tauri-apps/tauri-action from 0.5.15 to 0.5.16
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.15 to 0.5.16.
- [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.15...v0.5.16)

---
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] authored Dec 7, 2024
1 parent 4fe3b60 commit f85e73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].15
- uses: tauri-apps/[email protected].16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].15
- uses: tauri-apps/[email protected].16
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit f85e73f

Please sign in to comment.