From ec6df8c0fe2e3138f9a7bc4368d0b496f0274fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:41:50 +0000 Subject: [PATCH] Bump charmixer/auto-changelog-action from 1 to 1.4 Bumps [charmixer/auto-changelog-action](https://github.com/charmixer/auto-changelog-action) from 1 to 1.4. - [Release notes](https://github.com/charmixer/auto-changelog-action/releases) - [Commits](https://github.com/charmixer/auto-changelog-action/compare/v1...v1.4) Signed-off-by: dependabot[bot] --- .github/workflows/post-release.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/update-changelog.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index b0859d6..2a1c689 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -14,7 +14,7 @@ jobs: ref: "main" - name: create changelog - uses: charmixer/auto-changelog-action@v1 + uses: charmixer/auto-changelog-action@v1.4 with: token: ${{ secrets.GITHUB_TOKEN }} exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog" diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 38de670..bda417b 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v2 - name: create changelog - uses: charmixer/auto-changelog-action@v1.1 + uses: charmixer/auto-changelog-action@v1.4 with: token: ${{ secrets.GITHUB_TOKEN }} exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog" diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index a0a2670..14bc9a2 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: create changelog - uses: charmixer/auto-changelog-action@v1 + uses: charmixer/auto-changelog-action@v1.4 with: token: ${{ secrets.GITHUB_TOKEN }} exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"