Skip to content

Commit

Permalink
⬆️ Bump pwshrc/actions-create-release-notes from 0.8.8 to 0.8.11
Browse files Browse the repository at this point in the history
Bumps [pwshrc/actions-create-release-notes](https://github.com/pwshrc/actions-create-release-notes) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/pwshrc/actions-create-release-notes/releases)
- [Commits](pwshrc/actions-create-release-notes@v0.8.8...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]>
  • Loading branch information
dependabot[bot] committed Nov 14, 2023
1 parent a07bea5 commit 64effac
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/[email protected].8
uses: pwshrc/[email protected].11
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/[email protected].8
uses: pwshrc/[email protected].11
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/[email protected].8
uses: pwshrc/[email protected].11
with:
mode: 'download'
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 64effac

Please sign in to comment.