This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 594d4864 chore(deps): bump actions/github-script from 8 to 9 (#757)
594d4864 is described below
commit 594d4864f2ff3125adc66d2b9135a444b883a7c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 22:38:56 2026 -0500
chore(deps): bump actions/github-script from 8 to 9 (#757)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/assign-reviewer-write.yml | 4 ++--
.github/workflows/assign-reviewer.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/assign-reviewer-write.yml
b/.github/workflows/assign-reviewer-write.yml
index 7c2932fa..78a4f911 100644
--- a/.github/workflows/assign-reviewer-write.yml
+++ b/.github/workflows/assign-reviewer-write.yml
@@ -48,7 +48,7 @@ jobs:
persist-credentials: false
- name: Download PR metadata artifact
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
with:
script: |
const artifacts = await
github.rest.actions.listWorkflowRunArtifacts({
@@ -74,7 +74,7 @@ jobs:
run: unzip -d pr-meta pr-meta.zip
- name: Assign reviewer
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
with:
script: |
const fs = require('fs');
diff --git a/.github/workflows/assign-reviewer.yml
b/.github/workflows/assign-reviewer.yml
index e3988b54..e2ce5c26 100644
--- a/.github/workflows/assign-reviewer.yml
+++ b/.github/workflows/assign-reviewer.yml
@@ -31,7 +31,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
with:
script: |
const fs = require('fs');