From 40ab8f87c8ff1709b5a0f994521ce1338f19ddca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:33:33 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 1 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-tauri.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tauri.yml b/.github/workflows/build-tauri.yml index 0b1403a6d..45eec211d 100644 --- a/.github/workflows/build-tauri.yml +++ b/.github/workflows/build-tauri.yml @@ -255,7 +255,7 @@ jobs: prefix: "v" - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: draft: true files: dist/*/activitywatch-*.* diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea69ceb8..cf9fbae3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -284,7 +284,7 @@ jobs: # create a release - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true files: dist/*/activitywatch-*.*