From 31e82ca3d0204602fc5b985528b6b4aa4c02525e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:58:11 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .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 a8e10b9531..e46880719d 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -66,7 +66,7 @@ jobs: - name: Comment PR with deployment URL if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.issues.createComment({ diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index d3aa1ea984..82e3a77bf3 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@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');