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 }}