Skip to content

Commit efe7740

Browse files
authored
4.x: upgrade setup-java to 4.7.1 (#156)
* Upgrade setup-java to 4.7.1
1 parent 9302680 commit efe7740

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
token: ${{ secrets.SERVICE_ACCOUNT_TOKEN }}
4848
fetch-depth: '0'
4949
- name: Set up JDK 17
50-
uses: actions/setup-java@v4.1.0
50+
uses: actions/setup-java@v4.7.1
5151
with:
5252
distribution: ${{ env.JAVA_DISTRO }}
5353
java-version: ${{ env.JAVA_VERSION }}

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: '0'
5555
- name: Set up JDK ${{ env.JAVA_VERSION }}
56-
uses: actions/setup-java@v4.1.0
56+
uses: actions/setup-java@v4.7.1
5757
with:
5858
distribution: ${{ env.JAVA_DISTRO }}
5959
java-version: ${{ env.JAVA_VERSION }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 0
8080
- name: Set up JDK ${{ env.JAVA_VERSION }}
81-
uses: actions/setup-java@v4.1.0
81+
uses: actions/setup-java@v4.7.1
8282
with:
8383
distribution: ${{ env.JAVA_DISTRO }}
8484
java-version: ${{ env.JAVA_VERSION }}
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
fetch-depth: '0'
101101
- name: Set up JDK ${{ env.JAVA_VERSION }}
102-
uses: actions/setup-java@v4.1.0
102+
uses: actions/setup-java@v4.7.1
103103
with:
104104
distribution: ${{ env.JAVA_DISTRO }}
105105
java-version: ${{ env.JAVA_VERSION }}
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
fetch-depth: '0'
131131
- name: Set up JDK ${{ env.JAVA_VERSION }}
132-
uses: actions/setup-java@v4.1.0
132+
uses: actions/setup-java@v4.7.1
133133
with:
134134
distribution: ${{ env.JAVA_DISTRO }}
135135
java-version: ${{ env.JAVA_VERSION }}
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
fetch-depth: '0'
161161
- name: Set up JDK ${{ env.JAVA_VERSION }}
162-
uses: actions/setup-java@v4.1.0
162+
uses: actions/setup-java@v4.7.1
163163
with:
164164
distribution: ${{ env.JAVA_DISTRO }}
165165
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)