Skip to content

Commit 8cb4f1d

Browse files
Bump PSModule/GitHub-Script from 1.7.10 to 1.8.0
Bumps [PSModule/GitHub-Script](https://github.com/psmodule/github-script) from 1.7.10 to 1.8.0. - [Release notes](https://github.com/psmodule/github-script/releases) - [Commits](PSModule/GitHub-Script@0097f3b...1ee97bb) --- updated-dependencies: - dependency-name: PSModule/GitHub-Script dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bb1745 commit 8cb4f1d

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
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Run AfterAll Teardown Scripts
5959
if: always()
60-
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
60+
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
6161
with:
6262
Name: AfterAll-ModuleLocal
6363
ShowInfo: false

.github/workflows/BeforeAll-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Run BeforeAll Setup Scripts
59-
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
59+
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
6060
with:
6161
Name: BeforeAll-ModuleLocal
6262
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@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
47+
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.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@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
43+
uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0
4444
with:
4545
Debug: ${{ fromJson(inputs.Settings).Debug }}
4646
Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}

0 commit comments

Comments
 (0)