Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
chore: bump nugit/actions-pr-changelog from 1.2.6 to 2.0.0
Browse files Browse the repository at this point in the history
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](nugit/actions-pr-changelog@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2022
1 parent a189e75 commit 6205a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6205a4b

Please sign in to comment.