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 96eaf25 commit 03011cbCopy full SHA for 03011cb
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
cat build/CHANGES.md
34
35
- name: Setup Java
36
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
37
with:
38
java-version: ${{ matrix.java }}
39
distribution: 'temurin'
.github/workflows/examples.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
12
13
14
15
java-version: 11
16
0 commit comments