We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a087a59 commit 8b0c74aCopy full SHA for 8b0c74a
.github/workflows/main.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/[email protected]
18
19
- name: Set up JDK 11 for running Gradle
20
- uses: actions/setup-java@v3.13.0
+ uses: actions/setup-java@v4.0.0
21
with:
22
distribution: temurin
23
java-version: 17
.github/workflows/pr.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
15
16
0 commit comments