From bb00f6455c57498d2f33760ad0e6e2eaa727f759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 08:01:25 +0200 Subject: [PATCH] Bump toolmantim/release-drafter from 5.23.0 to 5.24.0 (#774) Bumps [toolmantim/release-drafter](https://github.com/toolmantim/release-drafter) from 5.23.0 to 5.24.0. - [Release notes](https://github.com/toolmantim/release-drafter/releases) - [Commits](https://github.com/toolmantim/release-drafter/compare/v5.23.0...v5.24.0) --- updated-dependencies: - dependency-name: toolmantim/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index af285063..19c64189 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -10,6 +10,6 @@ jobs: if: github.repository == 'larq/compute-engine' runs-on: ubuntu-latest steps: - - uses: toolmantim/release-drafter@v5.23.0 + - uses: toolmantim/release-drafter@v5.24.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}