Skip to content

Commit

Permalink
chore(deps): update tauri-apps/tauri-action action to v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2024
1 parent f11c83f commit 7c94fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
tool: tauri-cli
locked: true

- uses: tauri-apps/tauri-action@v0.5.9
- uses: tauri-apps/tauri-action@v0.5.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tool: tauri-cli
locked: true

- uses: tauri-apps/tauri-action@v0.5.9
- uses: tauri-apps/tauri-action@v0.5.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand Down

0 comments on commit 7c94fc5

Please sign in to comment.