From 5d9c97eebc7ab2290e684c199bc5009c86217552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:36:38 +0000 Subject: [PATCH] Bump softprops/action-gh-release in / Bumps the python-dependencies/softprops/action-gh-release group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/run_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_release.yml b/.github/workflows/run_release.yml index 7410d753c..38f440667 100644 --- a/.github/workflows/run_release.yml +++ b/.github/workflows/run_release.yml @@ -52,7 +52,7 @@ jobs: || (echo "version mismatch - current: $sgv" && exit 1) ./scubagoggles/utils/build.sh -r "$PWD" -t "$GITHUB_REF_NAME" - name: release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 id: create_release with: draft: true