From 4764972cacad79d24af2a300d0f206e3ed7c72f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 04:05:12 +0000 Subject: [PATCH] Update pwshrc/actions-determine-version action to v0.8.4 --- .github/workflows/release.yml | 6 +++--- .github/workflows/validate.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 099d64c..7133006 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v3 - name: Populate GitVersion variables id: gitversion_vars - uses: pwshrc/actions-determine-version@v0.8.0 + uses: pwshrc/actions-determine-version@v0.8.4 with: mode: 'download' - name: "Get artifact: PSGallery-package" @@ -64,7 +64,7 @@ jobs: uses: actions/checkout@v3 - name: Populate GitVersion variables id: gitversion_vars - uses: pwshrc/actions-determine-version@v0.8.0 + uses: pwshrc/actions-determine-version@v0.8.4 with: mode: 'download' - name: "Get artifact: PSGallery-package" @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v3 - name: Get GitVersion id: gitversion_vars - uses: pwshrc/actions-determine-version@v0.8.0 + uses: pwshrc/actions-determine-version@v0.8.4 with: mode: 'download' - name: Get release notes diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9a8c5de..7190b77 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Populate GitVersion variables id: gitversion_vars - uses: pwshrc/actions-determine-version@v0.8.0 + uses: pwshrc/actions-determine-version@v0.8.4 with: mode: 'upload' @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 - name: Populate GitVersion id: gitversion_vars - uses: pwshrc/actions-determine-version@v0.8.0 + uses: pwshrc/actions-determine-version@v0.8.4 with: mode: 'download' - name: Populate release notes