From dc41dbf38ea39ba4ad79945084bd39e37b8eccc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:22:32 +0000 Subject: [PATCH] build(deps): bump tauri-apps/tauri-action from 0.5.16 to 0.5.17 Bumps [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) from 0.5.16 to 0.5.17. - [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/ecd2eff64572601ddde25cc4962c2704435736e9...2a8db2c169af2fdc695133781e27ecba52daea75) --- 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 f2995729..216426b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: workspaces: './src-tauri -> target' - name: Create release - uses: tauri-apps/tauri-action@ecd2eff64572601ddde25cc4962c2704435736e9 # v0.5.16 + uses: tauri-apps/tauri-action@2a8db2c169af2fdc695133781e27ecba52daea75 # v0.5.17 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # 使用之前配置的私钥