From d67c2d23beab1737d9e0436279638f0365f1de4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:09:11 +0000 Subject: [PATCH] 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](https://github.com/psmodule/github-script/compare/00547bff5a143fbfc23a912a783fbfe9c470815c...8b9d2739d6896975c0e5448d2021ae2b94b6766a) --- 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] --- .github/workflows/Build-Docs.yml | 2 +- .github/workflows/Build-Site.yml | 2 +- .github/workflows/Get-Settings.yml | 2 +- .github/workflows/workflow.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build-Docs.yml b/.github/workflows/Build-Docs.yml index 08e28cd4..bdcf02b0 100644 --- a/.github/workflows/Build-Docs.yml +++ b/.github/workflows/Build-Docs.yml @@ -74,7 +74,7 @@ jobs: retention-days: 1 - name: Commit all changes - uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 with: Debug: ${{ inputs.Debug }} Prerelease: ${{ inputs.Prerelease }} diff --git a/.github/workflows/Build-Site.yml b/.github/workflows/Build-Site.yml index 53ec0e8a..18603d11 100644 --- a/.github/workflows/Build-Site.yml +++ b/.github/workflows/Build-Site.yml @@ -65,7 +65,7 @@ jobs: pip install mkdocs-git-committers-plugin-2 - name: Structure site - uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 with: Debug: ${{ inputs.Debug }} Prerelease: ${{ inputs.Prerelease }} diff --git a/.github/workflows/Get-Settings.yml b/.github/workflows/Get-Settings.yml index d4cf4e85..52e8fa38 100644 --- a/.github/workflows/Get-Settings.yml +++ b/.github/workflows/Get-Settings.yml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Get-Settings - uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 id: Get-Settings env: PSMODULE_GET_SETTINGS_INPUT_Name: ${{ inputs.Name }} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f5c0ece6..aeab4126 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -301,7 +301,7 @@ jobs: fetch-depth: 0 - name: Run BeforeAll Setup Scripts - uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 with: Name: BeforeAll-ModuleLocal ShowInfo: false @@ -379,7 +379,7 @@ jobs: - name: Run AfterAll Teardown Scripts if: always() - uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4 + uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6 with: Name: AfterAll-ModuleLocal ShowInfo: false