This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 20711fa71f chore(deps): update actions/github-script action to v8
20711fa71f is described below

commit 20711fa71f32045972829f61a9940e82d4306901
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Oct 9 20:00:37 2025 +0000

    chore(deps): update actions/github-script action to v8
---
 .github/workflows/main.yml            | 2 +-
 .github/workflows/release-drafter.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1bc0ce72f5..c47b1883e6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
         distribution: ${{ matrix.java_distribution }}
         architecture: x64
     - name: Steps to reproduce
-      uses: actions/github-script@v7
+      uses: actions/github-script@v8
       with:
         script: |
           console.log('The following command might help reproducing CI 
results, use Java ${{ matrix.java_version }}')
diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index c54f6364cd..184141092f 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -22,7 +22,7 @@ jobs:
       contents: write
     steps:
       - name: Get the current version
-        uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # 
v7
+        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 
v8
         id: current_version
         with:
           # language=javascript

Reply via email to