We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68eb34c + 1178b76 commit ea2a943Copy full SHA for ea2a943
3 files changed
.github/workflows/changelog-print.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- name: jdk 11
14
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
15
with:
16
java-version: 11
17
distribution: 'temurin'
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v3
22
- name: Install JDK ${{ matrix.jre }}
23
24
25
distribution: "temurin"
26
java-version: ${{ matrix.jre }}
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments