We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc20b8 commit ae4b54bCopy full SHA for ae4b54b
1 file changed
.github/workflows/main.yml
@@ -46,14 +46,15 @@ jobs:
46
runs-on: macos-latest
47
48
steps:
49
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
50
with:
51
submodules: true
52
53
- - name: Set up JDK
54
- uses: actions/setup-java@v1
+ - name: Set up JDK 17
+ uses: actions/setup-java@v4
55
56
- java-version: 17
+ distribution: temurin
57
+ java-version: '17'
58
59
- name: brew
60
run: brew install dtc
0 commit comments