From 44c9a3cf589be93099ffb76fa88bc4c9de25f2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 01:00:04 +0000 Subject: [PATCH] chore(deps): bump TriPSs/conventional-changelog-action Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/tripss/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v4/CHANGELOG.md) - [Commits](https://github.com/tripss/conventional-changelog-action/compare/5f865e4ca373f189640721c0cca04ea3e0e7bfcd...8118086024a5380b05b0d54ed2181516082e090f) --- 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 09e0240e..7921ef7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Create changelog ✍️ id: changelog - uses: TriPSs/conventional-changelog-action@5f865e4ca373f189640721c0cca04ea3e0e7bfcd + uses: TriPSs/conventional-changelog-action@8118086024a5380b05b0d54ed2181516082e090f with: github-token: ${{ secrets.github_token }} skip-version-file: "true"