From b3129033c8ea0637d3b01a6884a4d873f5eadbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:19:02 +0000 Subject: [PATCH] fix: bump tauri-apps/tauri-action from 0.6.1 to 0.6.2 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/tauri-apps/tauri-action/releases) - [Changelog](https://github.com/tauri-apps/tauri-action/blob/v0.6.2/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-action/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0272405..d7f89c7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -44,7 +44,7 @@ jobs: - name: build frontend and backend run: pnpm nx run frontend:build && pnpm nx run server:build - - uses: tauri-apps/tauri-action@v0.6.1 + - uses: tauri-apps/tauri-action@v0.6.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: