]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore(deps): bump softprops/action-gh-release from 0.1.15 to 2.4.1 dependabot/github_actions/softprops/action-gh-release-2.4.1 2714/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Oct 2025 18:01:56 +0000 (18:01 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 18:01:56 +0000 (18:01 +0000)
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] <support@github.com>
.github/workflows/release.yml

index 7497d6ec3a9989e89739b2973b39cc2eaae92fe0..c347c9fee8523673dc52c9c65313de7d58f2acaf 100644 (file)
@@ -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 }}