From 571333e7a845a1793f43280b953ee551d6e27598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:05:31 +0000 Subject: [PATCH] Bump tauri-apps/tauri-action from 0.5.2 to 0.5.3 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.5.2 to 0.5.3. - [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.2...v0.5.3) --- 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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bcc8bf..44c5fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Install frontend dependencies run: yarn install - name: Build the app - uses: tauri-apps/tauri-action@v0.5.2 + uses: tauri-apps/tauri-action@v0.5.3 - name: Publish artifacts uses: actions/upload-artifact@v4.3.3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e01f0a..91802af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Install frontend dependencies run: yarn install - name: Build the app - uses: tauri-apps/tauri-action@v0.5.2 + uses: tauri-apps/tauri-action@v0.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: