From 5b9aa59eec3506f903aef704e24c341bb23de220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:16:00 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yml | 4 ++-- .github/workflows/publish-psgallery.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 4a987bf..30fc49a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -302,7 +302,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Trigger documentation build - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.actions.createWorkflowDispatch({ @@ -314,7 +314,7 @@ jobs: core.info('[SUCCESS] Triggered documentation build'); - name: Trigger PowerShell Gallery publish - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.actions.createWorkflowDispatch({ diff --git a/.github/workflows/publish-psgallery.yml b/.github/workflows/publish-psgallery.yml index 9f21b32..6e7b3af 100644 --- a/.github/workflows/publish-psgallery.yml +++ b/.github/workflows/publish-psgallery.yml @@ -150,7 +150,7 @@ jobs: } - name: Trigger documentation update - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | await github.rest.actions.createWorkflowDispatch({