]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 23 Jul 2024 20:08:57 +0000 (20:08 +0000)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 24 Jul 2024 01:09:19 +0000 (21:09 -0400)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.6 to 2.0.8.
- [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.6...v2.0.8)

---
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 4347d69e47124e6d2e7e8fbdac2cb6198db76325..2ef55bae22e26f94117bb53549f24f5b01bd1c7e 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
       - name: Release
         if: ${{ env.new_version }}
-        uses: softprops/action-gh-release@v2.0.6
+        uses: softprops/action-gh-release@v2.0.8
         with:
           tag_name: ${{ env.new_version }}
           name: dracut-${{ env.new_version }}