Skip to content

Commit d67c2d2

Browse files
Bump PSModule/GitHub-Script from 1.7.4 to 1.7.6
Bumps [PSModule/GitHub-Script](https://github.com/psmodule/github-script) from 1.7.4 to 1.7.6. - [Release notes](https://github.com/psmodule/github-script/releases) - [Commits](PSModule/GitHub-Script@00547bf...8b9d273) --- updated-dependencies: - dependency-name: PSModule/GitHub-Script dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78c2264 commit d67c2d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Build-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
retention-days: 1
7575

7676
- name: Commit all changes
77-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
77+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
7878
with:
7979
Debug: ${{ inputs.Debug }}
8080
Prerelease: ${{ inputs.Prerelease }}

.github/workflows/Build-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
pip install mkdocs-git-committers-plugin-2
6666
6767
- name: Structure site
68-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
68+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
6969
with:
7070
Debug: ${{ inputs.Debug }}
7171
Prerelease: ${{ inputs.Prerelease }}

.github/workflows/Get-Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: Get-Settings
74-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
74+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
7575
id: Get-Settings
7676
env:
7777
PSMODULE_GET_SETTINGS_INPUT_Name: ${{ inputs.Name }}

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
fetch-depth: 0
302302

303303
- name: Run BeforeAll Setup Scripts
304-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
304+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
305305
with:
306306
Name: BeforeAll-ModuleLocal
307307
ShowInfo: false
@@ -379,7 +379,7 @@ jobs:
379379

380380
- name: Run AfterAll Teardown Scripts
381381
if: always()
382-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
382+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
383383
with:
384384
Name: AfterAll-ModuleLocal
385385
ShowInfo: false

0 commit comments

Comments
 (0)