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 1f171ce5c4 chore(deps): update actions/setup-java action to v5
1f171ce5c4 is described below
commit 1f171ce5c48f709212c2ecba9c84209f8ed8bcca
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Oct 9 20:00:40 2025 +0000
chore(deps): update actions/setup-java action to v5
---
.github/workflows/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0587359905..719e629094 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
website: ${{ matrix.oracle_java_website }}
release: ${{ matrix.java_version }}
- name: Set up Java 17 and ${{ matrix.non_ea_java_version }}, ${{
matrix.java_distribution }}
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
# The latest one will be the default, so we use Java 17 for launching
Gradle
java-version: |
@@ -94,7 +94,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 'Set up JDK 17'
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
java-version: 17
distribution: 'zulu'