From 5e8a8d0e220c4e00d9a383db83f74e9eae0f1f81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:08:16 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/deploy-storybook.yml | 2 +- .github/workflows/release-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 694c0e984a..7c2940ebf0 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -65,7 +65,7 @@ jobs: - name: Comment PR with deployment URL if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({ diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 8ed2e15d3a..ae37455e2b 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -37,7 +37,7 @@ jobs: EOF - run: npm install html-escaper@2 xml2js - name: Update Plugin Changelog - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');