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');