From 6205a4bf8308fff21036c8bb5f6b8526ed38ec77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 22:12:39 +0000 Subject: [PATCH] chore: bump nugit/actions-pr-changelog from 1.2.6 to 2.0.0 Bumps [nugit/actions-pr-changelog](https://github.com/nugit/actions-pr-changelog) from 1.2.6 to 2.0.0. - [Release notes](https://github.com/nugit/actions-pr-changelog/releases) - [Changelog](https://github.com/nugit/actions-pr-changelog/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nugit/actions-pr-changelog/compare/v1.2.6...v2.0.0) --- updated-dependencies: - dependency-name: nugit/actions-pr-changelog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/create-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3a01da87..93ee804a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: nugit/actions-pr-changelog@v1.2.6 + - uses: nugit/actions-pr-changelog@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} type: release diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a09c352b..96c3d3f9 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.5.0 - - uses: nugit/actions-pr-changelog/createReleaseAction@v1.2.6 + - uses: nugit/actions-pr-changelog/createReleaseAction@v2.0.0 with: token: ${{ secrets.GH_TOKEN }} head: develop