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 89e90ea + bd5aafe commit b105b8bCopy full SHA for b105b8b
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
22
23
steps:
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
- name: Set up Java ${{ matrix.Java }}
26
uses: actions/setup-java@v5
27
with:
.github/workflows/review.yml
@@ -5,7 +5,7 @@ jobs:
5
license-check:
6
runs-on: ubuntu-latest
7
8
9
10
fetch-depth: 0
11
checkstyle:
runs-on: 'ubuntu-latest'
- uses: actions/setup-java@v5
distribution: 'temurin'
0 commit comments