diff --git a/action.yml b/action.yml index c669446..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. @@ -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 }}