From 02c28db663cef93e0c8a1d625eb0ef17725d9aeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:15:25 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5415892..8d33e50 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: - name: Evaluate Config id: parse-config - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | let data = JSON.parse(`${{ steps.yaml-to-json.outputs.output }}`); @@ -127,7 +127,7 @@ runs: - name: Merge Substitutions id: merge-config - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | let data = JSON.parse(`${{ steps.parse-config.outputs.stripped-config }}`);