From 0e9fb125e2633d8cf558d6144e35363ad243b6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:55:55 +0000 Subject: [PATCH] ci: bump softprops/action-gh-release from 2.6.1 to 3.0.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.0. - [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/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_pypi_nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pypi_nightly.yml b/.github/workflows/build_pypi_nightly.yml index 90a8951939e2..e67f1bcf645b 100644 --- a/.github/workflows/build_pypi_nightly.yml +++ b/.github/workflows/build_pypi_nightly.yml @@ -103,7 +103,7 @@ jobs: - name: Create Nightly Release id: create_release - uses: softprops/action-gh-release@v2.6.1 + uses: softprops/action-gh-release@v3.0.0 with: token: ${{ secrets.GIT_PAT }} body_path: ${{ github.workspace }}-CHANGELOG.txt