From 1040b917aad2e69dfaa6e523e294532a23988f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:17:49 +0000 Subject: [PATCH] Bump tauri-apps/tauri-action from 0.5.12 to 0.5.13 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.5.12 to 0.5.13. - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.5.12...v0.5.13) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/on_pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e35ebb..ac1d4fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/tauri-action@v0.5.12 + - uses: tauri-apps/tauri-action@v0.5.13 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index 06dbf8c..a271c52 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -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/tauri-action@v0.5.12 + - uses: tauri-apps/tauri-action@v0.5.13 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: