diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fca7b4..de30604 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: mode: 'download' - name: Get release notes id: get-releasenotes - uses: pwshrc/actions-create-release-notes@v0.8.8 + uses: pwshrc/actions-create-release-notes@v0.8.11 with: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 4bc411a..1796ce2 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create release notes - uses: pwshrc/actions-create-release-notes@v0.8.8 + uses: pwshrc/actions-create-release-notes@v0.8.11 with: mode: 'upload' github_token: "${{ secrets.GITHUB_TOKEN }}" @@ -53,7 +53,7 @@ jobs: mode: 'download' - name: Populate release notes id: get-releasenotes - uses: pwshrc/actions-create-release-notes@v0.8.8 + uses: pwshrc/actions-create-release-notes@v0.8.11 with: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}"