update actions/setup-java action

This commit is contained in:
Danil Ovchinnikov 2025-11-07 23:55:36 +03:00
parent 0f83fee3c2
commit 6a2239904e
3 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@ jobs:
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
distribution: zulu distribution: zulu
java-version: 21 java-version: 21
@ -96,7 +96,7 @@ jobs:
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
distribution: zulu distribution: zulu
java-version: 21 java-version: 21
@ -153,7 +153,7 @@ jobs:
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
distribution: zulu distribution: zulu
java-version: 21 java-version: 21
@ -184,7 +184,7 @@ jobs:
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
distribution: zulu distribution: zulu
java-version: 21 java-version: 21

View File

@ -33,7 +33,7 @@ jobs:
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
distribution: zulu distribution: zulu
java-version: 21 java-version: 21

View File

@ -37,7 +37,7 @@ jobs:
# Set up the Java environment for the next steps # Set up the Java environment for the next steps
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v5
with: with:
distribution: zulu distribution: zulu
java-version: 21 java-version: 21