From 18a1222dacf880bfc349d6266fd92ba96e426c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:29:49 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.14.0 to 1.15.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a93b201002..971160e345 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Create release draft id: release_drafter - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: tag: ${{ steps.env.outputs.tag }} name: 'RaspberryMatic ${{ steps.env.outputs.version }}' @@ -331,7 +331,7 @@ jobs: done - name: Update release draft - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: tag: ${{ needs.release_draft.outputs.tag }} bodyFile: release-template.md/release-template.md