From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 18:01:56 +0000 (+0000) Subject: chore(deps): bump softprops/action-gh-release from 0.1.15 to 2.4.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2714%2Fhead;p=thirdparty%2Fdracut.git chore(deps): bump softprops/action-gh-release from 0.1.15 to 2.4.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.15 to 2.4.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/v0.1.15...v2.4.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7497d6ec..c347c9fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Release if: ${{ env.new_version }} - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.4.1 with: tag_name: ${{ env.new_version }} name: dracut-${{ env.new_version }}