We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2694990 + 79866db commit 9f674b6Copy full SHA for 9f674b6
1 file changed
.github/workflows/get-started-java.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v5
32
- name: Set up JDK 17
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
with:
35
java-version: '17'
36
distribution: 'temurin'
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments