aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-05-20 22:19:59 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-20 22:19:59 +0200
commit621ffde538e57772783f9e4a0df590d2f0d71beb (patch)
tree8c397ae2bfaac3b5e92ef03c203c49cc2f0cae5b /.github/workflows/release.yml
parentfc90b23dea80bf9110e19c2719a57752b9b9882f (diff)
downloadcoredns-621ffde538e57772783f9e4a0df590d2f0d71beb.tar.gz
coredns-621ffde538e57772783f9e4a0df590d2f0d71beb.tar.zst
coredns-621ffde538e57772783f9e4a0df590d2f0d71beb.zip
build(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#6677)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. - [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/9d7c94cfd0a1f3ed45544c887983e9fa900f0564...69320dbe05506a9a39fc8ae11030b214ec2d1f87) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b4b8b7b9b..626321380 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
cat release.md
sha256sum release/*.tgz
- name: Draft release
- uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
+ uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
with:
body_path: release.md
name: v${{ steps.info.outputs.version }}