chore(deps): bump actions/github-script from 6 to 9

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v9)

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

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index b6077d1..145e985 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -32,7 +32,7 @@
       - name: Get PR Labels
         if: ${{ github.event_name == 'pull_request' }}
         id: get-labels
-        uses: actions/github-script@v6
+        uses: actions/github-script@v9
         with:
           script: |
             const labels = context.payload.pull_request.labels.map(label => label.name);