diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 694c0e984..7c2940ebf 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 8ed2e15d3..ae37455e2 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');