From 337097a46e62669f55d2f2803e77e04c8788aaa7 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 9 Jul 2026 02:43:57 +0200 Subject: [PATCH 1/2] Bump PSModule/GitHub-Script from 1.7.10 to 1.9.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c669446..579437d 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: using: composite steps: - name: Get-PSModuleSettings - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0 id: Get-PSModuleSettings env: PSMODULE_GET_SETTINGS_INPUT_Name: ${{ inputs.Name }} From 69699e6b46fa79caa3e7fe4a1d36d4ee52f71c2c Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 10 Jul 2026 10:39:57 +0200 Subject: [PATCH 2/2] Document Version input accepts NuGet version ranges (GitHub-Script v1.9.0) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 579437d..86a49b3 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: required: false default: 'false' Version: - description: Specifies the version of the GitHub module to be installed. The value must be an exact version. + description: Specifies the version of the GitHub module to be installed. Accepts an exact version or a NuGet version range (for example '[1.2.0, 2.0.0)'). required: false Prerelease: description: Allow prerelease versions if available.