From 864252b949b88f354ff11ec07b323afb6fc6291f Mon Sep 17 00:00:00 2001 From: Simplificator Renovate Bot <121604823+simplificator-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:05:37 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .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..bd5d4ce 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@v8 with: script: | github.rest.actions.createWorkflowDispatch({ diff --git a/.github/workflows/scheduled-rebuild.yml b/.github/workflows/scheduled-rebuild.yml index 1dfde8f..cd2cc34 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@v8 with: script: | github.rest.actions.createWorkflowDispatch({