Skip to content

Commit

Permalink
Merge pull request #310 from nugit/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…nugit/actions-pr-changelog-4.0.0

chore: bump nugit/actions-pr-changelog from 3.1.0 to 4.0.0
  • Loading branch information
limtingzhi authored May 28, 2024
2 parents 9d9b8ee + 6c46311 commit b45c121
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 b45c121

Please sign in to comment.