We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46c77a commit 73f02c4Copy full SHA for 73f02c4
.github/workflows/codecov.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
17
with:
18
distribution: 'temurin'
19
java-version: 21
.github/workflows/mvn.yml
@@ -20,7 +20,7 @@ jobs:
20
java: [11, 17]
21
22
23
24
25
26
java-version: ${{ matrix.java }}
0 commit comments