summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-01 10:52:59 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-12-03 13:56:21 +0100
commit13a42b776db9f4bd1e827091b6640801c54304e0 (patch)
tree6ce0e1a707b9d35d3252c32d8eb78560134aca7a /.github/workflows
parentbuild(deps): bump github/codeql-action from 3.26.10 to 3.27.5 (diff)
downloadsystemd-13a42b776db9f4bd1e827091b6640801c54304e0.tar.xz
systemd-13a42b776db9f4bd1e827091b6640801c54304e0.zip
build(deps): bump softprops/action-gh-release from 2.0.8 to 2.1.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.1.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/c062e08bd532815e2082a85e87e3ef29c3e6d191...01570a1f39cb168c169c802c3bceb9e93fb10974) --- 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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/make_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml
index c615fe58dc..f8b82ae9bd 100644
--- a/.github/workflows/make_release.yml
+++ b/.github/workflows/make_release.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- name: Release
- uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
with:
prerelease: ${{ contains(github.ref_name, '-rc') }}
draft: ${{ github.repository == 'systemd/systemd' }}