File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ on: [push, pull_request]
44
55jobs :
66 macos :
7- runs-on : macos-latest
7+ runs-on : macos-13
88 steps :
99 - uses : actions/checkout@v3
1010 - name : Set up JDK 8
11- uses : actions/setup-java@v3
11+ uses : actions/setup-java@v4
1212 with :
13- distribution : ' adopt '
13+ distribution : ' temurin '
1414 java-version : 8
1515 - name : Cache Maven packages
1616 uses : actions/cache@v3
2626 steps :
2727 - uses : actions/checkout@v3
2828 - name : Set up JDK 8
29- uses : actions/setup-java@v3
29+ uses : actions/setup-java@v4
3030 with :
31- distribution : ' adopt '
31+ distribution : ' temurin '
3232 java-version : 8
3333 - name : Cache Maven packages
3434 uses : actions/cache@v3
@@ -40,13 +40,13 @@ jobs:
4040 run : mvn package
4141
4242 linux :
43- runs-on : ubuntu-18.04
43+ runs-on : ubuntu-latest
4444 steps :
4545 - uses : actions/checkout@v3
4646 - name : Set up JDK 8
47- uses : actions/setup-java@v3
47+ uses : actions/setup-java@v4
4848 with :
49- distribution : ' adopt '
49+ distribution : ' temurin '
5050 java-version : ' 8'
5151 - name : Cache Maven packages
5252 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments