]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 5 Nov 2024 20:59:48 +0000 (20:59 +0000)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 5 Nov 2024 22:39:03 +0000 (17:39 -0500)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9.
- [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.0.8...v2.0.9)

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

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

index c48a13dd7459d7f6e82937a8ae19850c0a89bef5..adf434a74f5068f908d1b664e94fda41e2f1c20c 100644 (file)
@@ -27,7 +27,7 @@ jobs:
 
       - name: Release
         if: ${{ env.new_version }}
-        uses: softprops/action-gh-release@v2.0.8
+        uses: softprops/action-gh-release@v2.0.9
         with:
           tag_name: ${{ env.new_version }}
           name: dracut-${{ env.new_version }}