Skip to content

Commit 132b8ba

Browse files
authored
Use java 17 in release note changes check (#5918)
1 parent 8f2d30e commit 132b8ba

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release-note-changes.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,19 @@ jobs:
2525
files: |
2626
**/CHANGELOG.md
2727
28+
- name: Set up JDK 17
29+
uses: actions/setup-java@v4.1.0
30+
with:
31+
java-version: 17
32+
distribution: temurin
33+
cache: gradle
34+
2835
- name: Set up Python 3.10
2936
uses: actions/setup-python@v4
3037
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
3138
with:
3239
python-version: '3.10'
33-
40+
3441
- name: Set up fireci
3542
id: install-fireci
3643
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}

0 commit comments

Comments
 (0)