From cfe7c765099f5a880e0297391283ac829ded8dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:25:12 +0000 Subject: [PATCH] github: bump tauri-apps/tauri-action Bumps the github-dependencies group with 1 update in the / directory: [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action). Updates `tauri-apps/tauri-action` from 0.5.4 to 0.5.6 - [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.4...v0.5.6) --- updated-dependencies: - dependency-name: tauri-apps/tauri-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f306749..6391e61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: - name: install frontend dependencies run: npm clean-install - - uses: tauri-apps/tauri-action@v0.5.4 + - uses: tauri-apps/tauri-action@v0.5.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Will publish a release manually