Skip to content

Commit 605c381

Browse files
⬆️ Bump pwshrc/actions-create-release-notes
Bumps [pwshrc/actions-create-release-notes](https://github.com/pwshrc/actions-create-release-notes) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/pwshrc/actions-create-release-notes/releases) - [Commits](pwshrc/actions-create-release-notes@v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: pwshrc/actions-create-release-notes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d84508 commit 605c381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
mode: 'download'
102102
- name: Get release notes
103103
id: get-releasenotes
104-
uses: pwshrc/[email protected].10
104+
uses: pwshrc/[email protected].11
105105
with:
106106
mode: 'download'
107107
github_token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Create release notes
37-
uses: pwshrc/[email protected].10
37+
uses: pwshrc/[email protected].11
3838
with:
3939
mode: 'upload'
4040
github_token: "${{ secrets.GITHUB_TOKEN }}"
@@ -53,7 +53,7 @@ jobs:
5353
mode: 'download'
5454
- name: Populate release notes
5555
id: get-releasenotes
56-
uses: pwshrc/[email protected].10
56+
uses: pwshrc/[email protected].11
5757
with:
5858
mode: 'download'
5959
github_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)