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.
2 parents 6232090 + fbce935 commit bae43dbCopy full SHA for bae43db
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
# - name: Setup tmate session
60
# uses: mxschmitt/action-tmate@v3
61
- name: Set up JDK
62
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
63
with:
64
java-version: ${{ env.JDK_CURRENT }}
65
distribution: 'temurin'
@@ -75,7 +75,7 @@ jobs:
75
steps:
76
- uses: actions/checkout@v5
77
78
79
80
81
0 commit comments