From a57dab26ce44baa3a22d7aadff828427288fedcc Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 27 Jan 2026 20:16:15 +0100 Subject: [PATCH 1/2] Update Release workflow and dependencies --- .github/workflows/Release.yml | 8 +++----- action.yml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 15ea61e..9fce2d4 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -21,8 +21,8 @@ concurrency: cancel-in-progress: true permissions: - contents: write - pull-requests: write + contents: write # Required to create releases + pull-requests: write # Required to create comments on the PRs jobs: Release: @@ -34,6 +34,4 @@ jobs: persist-credentials: false - name: Release - uses: PSModule/Release-GHRepository@88c70461c8f16cc09682005bcf3b7fca4dd8dc1a # v2.0.1 - with: - IncrementalPrerelease: false + uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2 diff --git a/action.yml b/action.yml index 65b04cc..19d8ebc 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ runs: using: composite steps: - name: Install-PSModuleHelpers - uses: PSModule/Install-PSModuleHelpers@d60d63e4be477d1ca0c67c6085101fb109bce8f1 # v1.0.6 + uses: PSModule/Install-PSModuleHelpers@ed79b6e3aa8c9cd3d30ab2bf02ea6bd4687b9c74 # v1.0.7 - name: Update Microsoft.PowerShell.PSResourceGet shell: pwsh From 238693cc450db4ddaf6b0eeff8eb0acf99badfa6 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 27 Jan 2026 21:21:38 +0100 Subject: [PATCH 2/2] Rename checkout step to Checkout repo --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 9fce2d4..a0503f4 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -28,7 +28,7 @@ jobs: Release: runs-on: ubuntu-latest steps: - - name: Checkout Code + - name: Checkout repo uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false