This repository was archived by the owner on Aug 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3
1919
2020 - name : Set up JDK 8
21- uses : actions/setup-java@v2
21+ uses : actions/setup-java@v3
2222 with :
2323 java-version : ' 8'
2424 distribution : ' temurin'
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212
1313 - name : Set up JDK 8
14- uses : actions/setup-java@v2
14+ uses : actions/setup-java@v3
1515 with :
1616 java-version : ' 8'
1717 distribution : ' temurin'
@@ -111,7 +111,7 @@ jobs:
111111 git pull
112112
113113 - name : Set up JDK 8 Apache Maven Central
114- uses : actions/setup-java@v2
114+ uses : actions/setup-java@v3
115115 with : # running setup-java again overwrites the settings.xml
116116 java-version : ' 8'
117117 distribution : ' temurin'
@@ -142,7 +142,7 @@ jobs:
142142 git pull
143143
144144 - name : Set up JDK 8
145- uses : actions/setup-java@v2
145+ uses : actions/setup-java@v3
146146 with :
147147 java-version : ' 8'
148148 distribution : ' temurin'
@@ -188,7 +188,7 @@ jobs:
188188 git pull
189189
190190 - name : Setup - Java
191- uses : actions/setup-java@v2
191+ uses : actions/setup-java@v3
192192 with :
193193 java-version : ' 8'
194194 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments