From ade598c078af92a2b1dcc9c1c5b498d38cb36208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:10:33 +0000 Subject: [PATCH] chore(deps): bump tauri-apps/tauri-action from 0.5.18 to 0.5.20 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.5.18 to 0.5.20. - [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.18...v0.5.20) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ddaf7d5..fdfbf93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: install frontend dependencies run: pnpm install # change this to npm, pnpm or bun depending on which one you use. - - uses: tauri-apps/tauri-action@v0.5.18 + - uses: tauri-apps/tauri-action@v0.5.20 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: