Skip to content

Commit

Permalink
Bump tauri-apps/tauri-action from 0.5.5 to 0.5.6
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.5 to 0.5.6.
- [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.5...v0.5.6)

---
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 Jun 15, 2024
1 parent 5a64010 commit 716b70c
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].5
- uses: tauri-apps/[email protected].6
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].5
- uses: tauri-apps/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 716b70c

Please sign in to comment.