From c461674402f0fc1cca6b8f48ca657c6281efa9cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:05:47 +0100 Subject: [PATCH] build: Update release-drafter/release-drafter action to v5.17.6 (#1562) Co-authored-by: Renovate Bot --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 6ea20222a..9c02bfccf 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,6 +13,6 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v5.17.5 + - uses: release-drafter/release-drafter@v5.17.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}