From 98ad43767e669678d868973f5eb804300e4a47ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 09:33:16 +0000 Subject: [PATCH] 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](https://github.com/psmodule/github-script/compare/0097f3bbe3f413f3b577b9bcc600727b0ca3201a...1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a) --- 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] --- .github/workflows/Action-Test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index 39289f05..c2026622 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -323,7 +323,7 @@ jobs: persist-credentials: false - name: Display Aggregated Results as a Table - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0 env: ACTIONTEST1SIMPLE_OUTCOME: ${{ needs.ActionTest1Simple.outputs.Outcome }} ACTIONTEST1SIMPLE_CONCLUSION: ${{ needs.ActionTest1Simple.outputs.Conclusion }} diff --git a/action.yml b/action.yml index 4f9231b6..95c1da12 100644 --- a/action.yml +++ b/action.yml @@ -285,7 +285,7 @@ runs: using: composite steps: - name: Invoke-Pester (init) - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0 env: PSMODULE_INVOKE_PESTER_INPUT_Path: ${{ inputs.Path }} PSMODULE_INVOKE_PESTER_INPUT_Run_Path: ${{ inputs.Run_Path }}