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 b0f6840 commit f2b78b3Copy full SHA for f2b78b3
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: set up JDK ${{ matrix.java }}
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
java-version: ${{ matrix.java }}
22
distribution: zulu
.github/workflows/docker-migrations-build-test.yml
ref: ${{ github.event.pull_request.base.sha }}
- name: set up JDK 21
java-version: 21
.github/workflows/fat-build.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
14
15
0 commit comments