From fc88afdab46e5ed5b2f51a381eb1e619721067cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:59:42 +0000 Subject: [PATCH] Update actions/github-script action to v8 | datasource | package | from | to | | ----------- | --------------------- | ---- | -- | | github-tags | actions/github-script | v7 | v8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 7e3c737..bbad5fe 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -39,14 +39,14 @@ jobs: - name: Normalize current versions id: current - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: return context.ref.match(/([0-9]+\.[0-9]+)\.(x|[0-9]+)/i)[1]; result-encoding: string - name: Normalize latest versions id: latest - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: return "${{steps.latest_release.outputs.release}}".match(/([0-9]+\.[0-9]+)\.[0-9]+/i)[1]; result-encoding: string