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 8c91f65 commit db7cc91Copy full SHA for db7cc91
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
version: [17, 21]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: actions/setup-java@v4
17
with:
18
distribution: temurin
@@ -35,7 +35,7 @@ jobs:
35
vendor: [temurin, liberica]
36
37
38
39
40
41
distribution: ${{ matrix.vendor }}
0 commit comments