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 4ca19e87dc chore(deps): update actions/setup-java action to v5
4ca19e87dc is described below
commit 4ca19e87dc6691b621f9f9a6ced1194ee59fd264
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Oct 10 21:33:18 2025 +0000
chore(deps): update actions/setup-java action to v5
---
.github/workflows/gradle-dependency-submit.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gradle-dependency-submit.yaml
b/.github/workflows/gradle-dependency-submit.yaml
index a2d9fcbaf8..bd7516f76b 100644
--- a/.github/workflows/gradle-dependency-submit.yaml
+++ b/.github/workflows/gradle-dependency-submit.yaml
@@ -22,7 +22,7 @@ jobs:
with:
persist-credentials: false
- name: Set up JDK 21
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
with:
distribution: zulu
java-version: 21