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

Commit 2b975d2

Browse files
MariusStorhaugMarius Storhaug
andauthored
Bump PSModule/GitHub-Script from 1.7.10 to 1.9.0 (#21)
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 e40b50e commit 2b975d2

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
@@ -22,7 +22,7 @@ This GitHub Action is a part of the [PSModule framework](https://github.com/PSMo
2222
| ---- | ----------- | -------- | ------- |
2323
| `Debug` | Enable debug output | No | `false` |
2424
| `Verbose` | Enable verbose output | No | `false` |
25-
| `Version` | Exact version of GitHub module to install | No | Latest |
25+
| `Version` | Version of the GitHub module to install; accepts an exact version or a NuGet version range (for example `[1.2.0, 2.0.0)`) | No | Latest |
2626
| `Prerelease` | Allow prerelease versions | No | `false` |
2727
| `WorkingDirectory` | Working directory for the action | No | `.` |
2828
| `StepSummary_Mode` | Controls which sections to show in the GitHub step summary. Use 'Full' for all sections, 'None' to disable, or a comma-separated list of 'Missed, Executed, Files'. | No | `Missed, Files` |

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.
@@ -39,7 +39,7 @@ runs:
3939
using: composite
4040
steps:
4141
- name: Get-PesterCodeCoverage
42-
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
42+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
4343
env:
4444
PSMODULE_GET_PESTERCODECOVERAGE_INPUT_StepSummary_Mode: ${{ inputs.StepSummary_Mode }}
4545
PSMODULE_GET_PESTERCODECOVERAGE_INPUT_CodeCoveragePercentTarget: ${{ inputs.CodeCoveragePercentTarget }}

0 commit comments

Comments
 (0)