From 7ee2574b7557d2783be541bf61c7867cc213ab29 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Oct 2025 22:26:47 +0000 Subject: [PATCH] ci(github-action)!: Update https://github.com/actions/github-script action to v8 (renovate) --- .github/workflows/build-monorepo.yaml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-monorepo.yaml b/.github/workflows/build-monorepo.yaml index 818c6a8..15df981 100644 --- a/.github/workflows/build-monorepo.yaml +++ b/.github/workflows/build-monorepo.yaml @@ -29,7 +29,7 @@ jobs: type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true - name: Print (debug) Docker meta JSON - uses: https://github.com/actions/github-script@v7 + uses: https://github.com/actions/github-script@v8 with: script: | const json = JSON.parse(process.env.JSON_STRING); diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 999f29d..eec63f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: latest=false - name: Print (debug) Docker meta JSON - uses: https://github.com/actions/github-script@v7 + uses: https://github.com/actions/github-script@v8 with: script: | const json = JSON.parse(process.env.JSON_STRING);