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 9bcfb18 commit d989d3dCopy full SHA for d989d3d
.github/workflows/ci-config.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Validation
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- uses: gradle/wrapper-validation-action@v1
20
21
build:
@@ -38,7 +38,7 @@ jobs:
38
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
39
40
41
42
- name: Set up JDK ${{ matrix.java }}
43
uses: actions/setup-java@v3
44
with:
0 commit comments