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 @@ -11,16 +11,16 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - name : Set up JDK 17
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1717 with :
1818 distribution : ' temurin'
1919 java-version : ' 17'
2020 cache : maven
2121
2222 - name : Set up Apache Maven Central
23- uses : actions/setup-java@v3
23+ uses : actions/setup-java@v4
2424 with :
2525 distribution : ' temurin'
2626 java-version : ' 17'
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : Set up JDK 17
17- uses : actions/setup-java@v3
17+ uses : actions/setup-java@v4
1818 with :
1919 java-version : ' 17'
2020 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments