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 f0a59ae commit 261f553Copy full SHA for 261f553
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up JDK 17
14
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
15
with:
16
java-version: '17'
17
distribution: 'temurin'
0 commit comments