From d383bf9317fafc0e5b9cb8ff7c1b90a87075ced9 Mon Sep 17 00:00:00 2001 From: "simplificator-renovate[bot]" <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:31:39 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/release.yml | 2 +- .github/workflows/scheduled-rebuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43aef17..e4e0629 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: git push origin "$VERSION" - name: Trigger Workflow - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.actions.createWorkflowDispatch({ diff --git a/.github/workflows/scheduled-rebuild.yml b/.github/workflows/scheduled-rebuild.yml index 1dfde8f..b3fccaf 100644 --- a/.github/workflows/scheduled-rebuild.yml +++ b/.github/workflows/scheduled-rebuild.yml @@ -20,7 +20,7 @@ jobs: echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Trigger Workflow - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | github.rest.actions.createWorkflowDispatch({