Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit 36e1136

Browse files
MariusStorhaugMarius Storhaug
andauthored
Bump PSModule/GitHub-Script from 1.7.10 to 1.9.0 (#27)
Bumps [PSModule/GitHub-Script](https://github.com/PSModule/GitHub-Script) from 1.7.10 to 1.9.0. - Pin: `8083ec1f733f00357ee4d0db0c6056686e483bc0` (`# v1.9.0`) - Release notes: https://github.com/PSModule/GitHub-Script/releases/tag/v1.9.0 Supersedes the existing Dependabot PR (which targeted 1.8.0) by bumping straight to the latest 1.9.0. --------- Co-authored-by: Marius Storhaug <Marius.Storhaug@dnb.no>
1 parent 6a84830 commit 36e1136

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121
required: false
2222
default: 'false'
2323
Version:
24-
description: Specifies the version of the GitHub module to be installed. The value must be an exact version.
24+
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)').
2525
required: false
2626
Prerelease:
2727
description: Allow prerelease versions if available.
@@ -50,7 +50,7 @@ runs:
5050
using: composite
5151
steps:
5252
- name: Get-PSModuleSettings
53-
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
53+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
5454
id: Get-PSModuleSettings
5555
env:
5656
PSMODULE_GET_SETTINGS_INPUT_Name: ${{ inputs.Name }}

0 commit comments

Comments
 (0)