From 40827e822440d70cb8ca3b6d613f1dddae9c638b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:23:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updates=20pwshrc/actions-c?= =?UTF-8?q?reate-release-notes=20action=20to=20v0.8.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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..e6d6772 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.5 with: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9a8c5de..73fc875 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.5 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.5 with: mode: 'download' github_token: "${{ secrets.GITHUB_TOKEN }}"