-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump tauri-apps/tauri-action from 0.5.14 to 0.5.17
Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.5.14 to 0.5.17. - [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.14...v0.5.17) --- 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
1 parent
05ce948
commit db366c9
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Install tauri dependencies | ||
run: npm ci | ||
- name: Build desktop app with Tauri | ||
uses: tauri-apps/[email protected].14 | ||
uses: tauri-apps/[email protected].17 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} | ||
|
@@ -82,7 +82,7 @@ jobs: | |
- name: Install tauri dependencies | ||
run: npm ci | ||
- name: Build desktop app with Tauri | ||
uses: tauri-apps/[email protected].14 | ||
uses: tauri-apps/[email protected].17 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} | ||
|
@@ -132,7 +132,7 @@ jobs: | |
- name: Install tauri dependencies | ||
run: npm ci | ||
- name: Build desktop app with Tauri | ||
uses: tauri-apps/[email protected].14 | ||
uses: tauri-apps/[email protected].17 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,6 @@ jobs: | |
- name: Install tauri dependencies | ||
run: npm ci | ||
- name: Build desktop app with Tauri | ||
uses: tauri-apps/[email protected].14 | ||
uses: tauri-apps/[email protected].17 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |