]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.8
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Sep 2024 09:10:21 +0000 (09:10 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 3 Sep 2024 23:25:17 +0000 (01:25 +0200)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 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/69320dbe05506a9a39fc8ae11030b214ec2d1f87...c062e08bd532815e2082a85e87e3ef29c3e6d191)

---
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/make_release.yml

index dc7de6999e9ec0a67d0894de01c814dbd21a50dd..c615fe58dc6665ae608767e4f7eb3e5edb15246e 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - name: Release
-        uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
+        uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
         with:
           prerelease: ${{ contains(github.ref_name, '-rc') }}
           draft: ${{ github.repository == 'systemd/systemd' }}