From 58f2ba66ef9890bdaf60df2caf30d5ec3724cd5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:00:20 +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 aec9f8e..cd398aa 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -29,7 +29,7 @@ jobs: - name: Get issue file content id: GetIssueFileContent - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0 with: ShowOutput: true Script: | diff --git a/action.yml b/action.yml index f09098e..922199d 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ runs: steps: - name: Get-IssueFormData id: Get-IssueFormData - uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10 + uses: PSModule/GitHub-Script@1ee97bbc652d19c38ae12f6e1e47e9d9fbd12d0a # v1.8.0 env: GITHUB_ACTION_INPUT_IssueBody: ${{ inputs.IssueBody }} with: