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

Commit 0b893ac

Browse files
MariusStorhaugMarius Storhaug
andauthored
Bump PSModule/GitHub-Script from 1.7.10 to 1.9.0 (#50)
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 88deb75 commit 0b893ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Initialize-PSModule action will prepare the runner for the PSModule framewor
3838
| - | - | - | - |
3939
| `Debug` | Enable debug output. | `false` | `'false'` |
4040
| `Verbose` | Enable verbose output. | `false` | `'false'` |
41-
| `Version` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | `false` | |
41+
| `Version` | 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)'). | `false` | |
4242
| `Prerelease` | Allow prerelease versions if available. | `false` | `'false'` |
4343
| `WorkingDirectory` | The working directory where the script runs. | `false` | `${{ github.workspace }}` |
4444

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
required: false
1616
default: 'false'
1717
Version:
18-
description: Specifies the version of the GitHub module to be installed. The value must be an exact version.
18+
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)').
1919
required: false
2020
Prerelease:
2121
description: Allow prerelease versions if available.
@@ -30,7 +30,7 @@ runs:
3030
using: composite
3131
steps:
3232
- name: Initialize-PSModule
33-
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
33+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
3434
with:
3535
Debug: ${{ inputs.Debug }}
3636
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)