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 8868018d chore(deps): bump actions/github-script from 7 to 8 (#728)
8868018d is described below
commit 8868018dd57cd96f522cb898f373b88e424fe9b0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 10:55:09 2026 -0500
chore(deps): bump actions/github-script from 7 to 8 (#728)
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 aaea5a98..9a879ebe 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@v7
+ uses: actions/github-script@v8
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@v7
+ uses: actions/github-script@v8
with:
script: |
const fs = require('fs');
diff --git a/.github/workflows/assign-reviewer.yml
b/.github/workflows/assign-reviewer.yml
index 0e8f1b84..4717d597 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@v7
+ - uses: actions/github-script@v8
with:
script: |
const fs = require('fs');