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 4c2f2fa + 2a2d368 commit 7118b15Copy full SHA for 7118b15
2 files changed
.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@v4
+ - uses: actions/checkout@v5
25
- name: Set up Java ${{ matrix.Java }}
26
uses: actions/setup-java@v4
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@v4
distribution: 'temurin'
0 commit comments