chore(deps): bump actions/github-script from 7.0.1 to 8.0.0

Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/ensure-platforms.yml b/.github/workflows/ensure-platforms.yml
index 383793a..5ce3e6e 100644
--- a/.github/workflows/ensure-platforms.yml
+++ b/.github/workflows/ensure-platforms.yml
@@ -49,7 +49,7 @@
 
       - name: Set Platform options
         id: platform_opts
-        uses: actions/github-script@v7.0.1
+        uses: actions/github-script@v8.0.0
         env:
           OS: ${{ matrix.os }}
         with:
@@ -67,7 +67,7 @@
 
       - name: Calculate platform suffix
         id: platform_suffix
-        uses: actions/github-script@v7.0.1
+        uses: actions/github-script@v8.0.0
         env:
           OS: ${{ matrix.os }}
         with: