Skip to content

Commit

Permalink
chore: bump nugit/actions-pr-changelog from 3.1.0 to 4.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 3.1.0 to 4.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@v3.1.0...v4.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 9d9b8ee commit 6c46311
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nugit/actions-pr-changelog@v3.1.0
- uses: nugit/actions-pr-changelog@v4.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
type: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nugit/actions-pr-changelog/createReleaseAction@v3.1.0
- uses: nugit/actions-pr-changelog/createReleaseAction@v4.0.0
with:
token: ${{ secrets.GH_TOKEN }}
head: develop
Expand Down

0 comments on commit 6c46311

Please sign in to comment.