We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ec928 commit 111fe44Copy full SHA for 111fe44
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
distribution: ${{ env.JAVA_DISTRIBUTION }}
28
java-version: ${{ env.JAVA_VERSION }}
@@ -45,7 +45,7 @@ jobs:
45
fetch-depth: 0
46
47
48
49
50
51
0 commit comments