8000
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 f38d919 commit bd6d172Copy full SHA for bd6d172
.github/workflows/actions.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
java: ['8', '17']
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- uses: actions/setup-java@v3
22
with:
23
distribution: 'temurin'
@@ -28,7 +28,7 @@ jobs:
28
check-binary-compatibility:
29
runs-on: ubuntu-latest
30
31
32
33
fetch-depth: 0
34
@@ -51,7 +51,7 @@ jobs:
51
LC_MESSAGES: "en_US.UTF-8"
52
LC_ALL: "en_US.UTF-8"
53
54
55
56
57
0 commit comments