From c2e15985751fae00b42fcc8ae7e6245941d57915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 04:34:05 +0000 Subject: [PATCH] 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/multiverse_debugging.yaml | 6 +++--- .github/workflows/zulip.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/multiverse_debugging.yaml b/.github/workflows/multiverse_debugging.yaml index b3d92ea..b2f9709 100644 --- a/.github/workflows/multiverse_debugging.yaml +++ b/.github/workflows/multiverse_debugging.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Parse Session ID id: session-id - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: VERBATIM: ${{ github.event.inputs.moment }} with: @@ -32,7 +32,7 @@ jobs: return sessionID; - name: Parse Input Hash id: input-hash - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: VERBATIM: ${{ github.event.inputs.moment }} with: @@ -44,7 +44,7 @@ jobs: return inputHash; - name: Parse Virtual Time id: vtime - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: VERBATIM: ${{ github.event.inputs.moment }} with: diff --git a/.github/workflows/zulip.yaml b/.github/workflows/zulip.yaml index f667b68..0749560 100644 --- a/.github/workflows/zulip.yaml +++ b/.github/workflows/zulip.yaml @@ -10,7 +10,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v6 - name: Generate Message - uses: actions/github-script@v8 + uses: actions/github-script@v9 id: generate-msg with: script: |