From e6b965ea138d5189aab5d148bb3780c0ac5c91d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 03:29:01 +0000 Subject: [PATCH] Update pwshrc/actions-create-release-notes action to v0.8.4 --- .github/workflows/release.yml | 2 +- .github/workflows/validate.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }}"