From 8bbbb2bd860d0bf033414351966e86160ac07540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 01:04:23 +0000 Subject: [PATCH] chore(deps): bump TriPSs/conventional-changelog-action Bumps [TriPSs/conventional-changelog-action](https://github.com/TriPSs/conventional-changelog-action) from 3.17.2 to 3.18.0. - [Release notes](https://github.com/TriPSs/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v3/CHANGELOG.md) - [Commits](https://github.com/TriPSs/conventional-changelog-action/compare/914d4fafb7e5c9fb1437f392411bb70bae6f2df4...858fe562a4d01987825f5e96b2a541f53b22c8b6) --- updated-dependencies: - dependency-name: TriPSs/conventional-changelog-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 781bb6b2..157a947a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Create changelog ✍️ id: changelog - uses: TriPSs/conventional-changelog-action@914d4fafb7e5c9fb1437f392411bb70bae6f2df4 + uses: TriPSs/conventional-changelog-action@858fe562a4d01987825f5e96b2a541f53b22c8b6 with: github-token: ${{ secrets.github_token }} skip-version-file: "true"