We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2d30e commit 132b8baCopy full SHA for 132b8ba
1 file changed
.github/workflows/release-note-changes.yml
@@ -25,12 +25,19 @@ jobs:
25
files: |
26
**/CHANGELOG.md
27
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
+
35
- name: Set up Python 3.10
36
uses: actions/setup-python@v4
37
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
38
with:
39
python-version: '3.10'
-
40
41
- name: Set up fireci
42
id: install-fireci
43
0 commit comments