Skip to content

Commit 54e2677

Browse files
MariusStorhaugMarius Storhaug
andauthored
Bump PSModule/GitHub-Script from 1.8.0 to 1.9.0 (#367)
Bumps [PSModule/GitHub-Script](https://github.com/PSModule/GitHub-Script) from 1.8.0 to 1.9.0. - Pin: `8083ec1f733f00357ee4d0db0c6056686e483bc0` (`# v1.9.0`) - Release notes: https://github.com/PSModule/GitHub-Script/releases/tag/v1.9.0 Co-authored-by: Marius Storhaug <Marius.Storhaug@dnb.no>
1 parent 1514ac0 commit 54e2677

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/AfterAll-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Run AfterAll Teardown Scripts
4242
if: always()
43-
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
43+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
4444
with:
4545
Name: AfterAll-ModuleLocal
4646
ShowInfo: false

.github/workflows/BeforeAll-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
./.github/scripts/Expose-TestData.ps1
4040
4141
- name: Run BeforeAll Setup Scripts
42-
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
42+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
4343
with:
4444
Name: BeforeAll-ModuleLocal
4545
ShowInfo: false

.github/workflows/Build-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
retention-days: 1
4545

4646
- name: Commit all changes
47-
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
47+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
4848
with:
4949
Debug: ${{ fromJson(inputs.Settings).Debug }}
5050
Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}

.github/workflows/Build-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip install mkdocs-git-committers-plugin-2
4141
4242
- name: Structure site
43-
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
43+
uses: PSModule/GitHub-Script@8083ec1f733f00357ee4d0db0c6056686e483bc0 # v1.9.0
4444
with:
4545
Debug: ${{ fromJson(inputs.Settings).Debug }}
4646
Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}

0 commit comments

Comments
 (0)