Skip to content

Commit

Permalink
Update pwshrc/actions-create-release-notes action to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and brucificus committed Aug 31, 2023
1 parent 2805ffc commit e6b965e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
mode: 'download'
- name: Get release notes
id: get-releasenotes
uses: pwshrc/actions-create-release-notes@v0.8.0
uses: pwshrc/actions-create-release-notes@v0.8.4
with:
mode: 'download'
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create release notes
uses: pwshrc/actions-create-release-notes@v0.8.0
uses: pwshrc/actions-create-release-notes@v0.8.4
with:
mode: 'upload'
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -53,7 +53,7 @@ jobs:
mode: 'download'
- name: Populate release notes
id: get-releasenotes
uses: pwshrc/actions-create-release-notes@v0.8.0
uses: pwshrc/actions-create-release-notes@v0.8.4
with:
mode: 'download'
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit e6b965e

Please sign in to comment.