diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 099d64c..1e9bf7c 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.0 + uses: pwshrc/actions-create-release-notes@v0.8.4 with: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9a8c5de..b5ee6ac 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.0 + uses: pwshrc/actions-create-release-notes@v0.8.4 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.0 + uses: pwshrc/actions-create-release-notes@v0.8.4 with: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}"