From 363c263f8fde402d5f0fa10817f768cbc9b6a4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:23:52 +0000 Subject: [PATCH] chore(ci): bump softprops/action-gh-release from 3.0.0 to 3.0.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1. - [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/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...718ea10b132b3b2eba29c1007bb80653f286566b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/retry-sign-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index a535490bc..a88079bd6 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -850,7 +850,7 @@ jobs: echo "CLEAN_VERSION=${VERSION}" >> $GITHUB_ENV - name: Create prerelease with binaries - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: release-files/* prerelease: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ce3ddf52..0526aafc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1208,7 +1208,7 @@ jobs: ls -la pending-notarizations/ || echo "No pending notarizations" - name: Create release with binaries - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: files: release-files/* body: | diff --git a/.github/workflows/retry-sign-release.yml b/.github/workflows/retry-sign-release.yml index 31fd49990..3989b8090 100644 --- a/.github/workflows/retry-sign-release.yml +++ b/.github/workflows/retry-sign-release.yml @@ -317,7 +317,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create release with binaries - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: ${{ inputs.tag }} files: release-files/*