From 5eedc24dc0e3ebc09362a32ed56b9ba8587ebf23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:28:40 -0400 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request from 4.6.0 to 5.0.0 (#415) chore(deps): bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/505e44b4f33b4c801f063838b3f053990ee46ea7...5369185dc9812f174fa58b03b13b79920b68f8e1) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index f3f9e439..67fc694b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -13,6 +13,6 @@ jobs: runs-on: "ubuntu-latest" steps: - name: - uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 + uses: amannn/action-semantic-pull-request@5369185dc9812f174fa58b03b13b79920b68f8e1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}