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 6b8155107b chore(deps): update actions/github-script action to v7
6b8155107b is described below
commit 6b8155107be62be8814703c54ec34174642daae6
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 14:18:15 2023 +0000
chore(deps): update actions/github-script action to v7
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2375ad9da0..56934e3584 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@v6
+ uses: actions/github-script@v7
with:
script: |
console.log('The following command might help reproducing CI
results, use Java ${{ matrix.java_version }}')