From 9a7845bed93953ba36b266a44dfa1d8b9364daf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 06:52:38 +0000 Subject: [PATCH] build(deps): bump metcalfc/changelog-generator from 1.0.0 to 4.0.1 Bumps [metcalfc/changelog-generator](https://github.com/metcalfc/changelog-generator) from 1.0.0 to 4.0.1. - [Release notes](https://github.com/metcalfc/changelog-generator/releases) - [Changelog](https://github.com/metcalfc/changelog-generator/blob/main/release-notes.png) - [Commits](https://github.com/metcalfc/changelog-generator/compare/v1.0.0...v4.0.1) --- updated-dependencies: - dependency-name: metcalfc/changelog-generator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_and_build_prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_and_build_prod.yml b/.github/workflows/deploy_and_build_prod.yml index 7ed27e31d..538347055 100644 --- a/.github/workflows/deploy_and_build_prod.yml +++ b/.github/workflows/deploy_and_build_prod.yml @@ -247,7 +247,7 @@ jobs: echo ::set-output name=previousTag::$(echo "${MATCHING_TAGS}" | tail -n1) - name: Generate Changelog id: changelog - uses: metcalfc/changelog-generator@v1.0.0 + uses: metcalfc/changelog-generator@v4.0.1 with: myToken: ${{ secrets.GH_TOKEN_SUPPLYALLY_BOT }} head-ref: ${{ steps.setTags.outputs.latestTag }}