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 67c4a36 commit 7e72a43Copy full SHA for 7e72a43
.github/workflows/atlas.yml
@@ -49,7 +49,7 @@ jobs:
49
RUNID: ${{ github.run_number }}
50
run: ci/database-start.sh
51
- name: Set up Java 11
52
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
53
with:
54
distribution: 'temurin'
55
java-version: '11'
.github/workflows/contributor-build.yml
@@ -58,7 +58,7 @@ jobs:
58
RDBMS: ${{ matrix.rdbms }}
59
60
61
62
63
64
0 commit comments