From 835db32400ae146428585fa19afd993c8a07c401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 22:13:18 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 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/v2...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/_release_and_tag.yml | 2 +- .github/workflows/package-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_release_and_tag.yml b/.github/workflows/_release_and_tag.yml index 4807b9cf..a8d71e4a 100644 --- a/.github/workflows/_release_and_tag.yml +++ b/.github/workflows/_release_and_tag.yml @@ -51,7 +51,7 @@ jobs: - name: Create Tag and Release id: create-release if: steps.check-tag.outputs.match == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.pull_request.title }} name: Version ${{ github.event.pull_request.title }} diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 94c7cf55..d0479735 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -21,6 +21,6 @@ jobs: python setup.py sdist - name: Release and upload asset - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: django-buffalogs/dist/buffalogs*