]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 17 Dec 2024 20:30:28 +0000 (20:30 +0000)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 17 Dec 2024 20:48:15 +0000 (15:48 -0500)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.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.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/release.yml

index 9bf8fb29bcf35c93e64a926b757747c1c0cf8c89..2c08f0f8db9d9ad82788e22db77672304e690359 100644 (file)
@@ -28,7 +28,7 @@ jobs:
 
       - name: Release
         if: ${{ env.new_version }}
-        uses: softprops/action-gh-release@v2.1.0
+        uses: softprops/action-gh-release@v2.2.0
         with:
           tag_name: ${{ env.new_version }}
           name: dracut-${{ env.new_version }}