File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
38
38
39
39
- name : Set up JDK
40
- uses : actions/setup-java@v3
40
+ uses : actions/setup-java@v4
41
41
with :
42
42
java-version : ${{ matrix.java }}
43
43
distribution : ' adopt'
Original file line number Diff line number Diff line change 25
25
git config user.name github-actions
26
26
git config user.email [email protected]
27
27
28
- - uses : actions/setup-java@v3
28
+ - uses : actions/setup-java@v4
29
29
with :
30
30
distribution : " temurin"
31
31
java-version : " 11"
Original file line number Diff line number Diff line change 29
29
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
30
30
31
31
- name : Set up JDK
32
- uses : actions/setup-java@v3
32
+ uses : actions/setup-java@v4
33
33
with :
34
34
java-version : ${{ matrix.java }}
35
35
distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments