From bf0a7e79ed71d9d929e197581cf45b48af4836c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:13:29 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-couchdb.yml | 2 +- .github/workflows/e2e-flakefinder.yml | 2 +- .github/workflows/e2e-perf.yml | 2 +- .github/workflows/e2e-pr.yml | 2 +- .github/workflows/pr-platform.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-couchdb.yml b/.github/workflows/e2e-couchdb.yml index 988eb4d0d12..12b5014ac5f 100644 --- a/.github/workflows/e2e-couchdb.yml +++ b/.github/workflows/e2e-couchdb.yml @@ -82,7 +82,7 @@ jobs: - name: Remove pr:e2e:couchdb label (if present) if: always() - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue; diff --git a/.github/workflows/e2e-flakefinder.yml b/.github/workflows/e2e-flakefinder.yml index c6eaffe7488..5fc12529fbf 100644 --- a/.github/workflows/e2e-flakefinder.yml +++ b/.github/workflows/e2e-flakefinder.yml @@ -46,7 +46,7 @@ jobs: - name: Remove pr:e2e:flakefinder label (if present) if: always() - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue; diff --git a/.github/workflows/e2e-perf.yml b/.github/workflows/e2e-perf.yml index afa81474093..bbcec2081fa 100644 --- a/.github/workflows/e2e-perf.yml +++ b/.github/workflows/e2e-perf.yml @@ -43,7 +43,7 @@ jobs: - name: Remove pr:e2e:perf label (if present) if: always() - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue; diff --git a/.github/workflows/e2e-pr.yml b/.github/workflows/e2e-pr.yml index 897434480ec..70edeaa5315 100644 --- a/.github/workflows/e2e-pr.yml +++ b/.github/workflows/e2e-pr.yml @@ -53,7 +53,7 @@ jobs: - name: Remove pr:e2e label (if present) if: always() - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue; diff --git a/.github/workflows/pr-platform.yml b/.github/workflows/pr-platform.yml index 33f1402726b..524a93f0780 100644 --- a/.github/workflows/pr-platform.yml +++ b/.github/workflows/pr-platform.yml @@ -53,7 +53,7 @@ jobs: - name: Remove pr:platform label (if present) if: always() - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { owner, repo, number } = context.issue;