We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de973a commit b7aa78bCopy full SHA for b7aa78b
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: gradle/actions/wrapper-validation@v4
30
31
- name: Configure JDK ${{ env.JAVA_VERSION }}
32
- uses: actions/setup-java@v4.5.0
+ uses: actions/setup-java@v4.6.0
33
with:
34
distribution: temurin
35
java-version: ${{ env.JAVA_VERSION }}
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments