]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Feb 2025 09:54:20 +0000 (09:54 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Feb 2025 19:08:39 +0000 (04:08 +0900)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.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/01570a1f39cb168c169c802c3bceb9e93fb10974...c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda)

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

index f8b82ae9bdff8ec36c53b57def6b9396ac157a5d..aa7491161afbc0088b34727811c4d14cf9cc2da1 100644 (file)
@@ -18,7 +18,7 @@ jobs:
 
     steps:
       - name: Release
-        uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
+        uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
         with:
           prerelease: ${{ contains(github.ref_name, '-rc') }}
           draft: ${{ github.repository == 'systemd/systemd' }}