This repository was archived by the owner on Jun 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Set up Java
24- uses : actions/setup-java@v3.9 .0
24+ uses : actions/setup-java@v4.0 .0
2525 with :
2626 distribution : ' zulu'
2727 java-version : 11
@@ -39,13 +39,13 @@ jobs:
3939
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 with :
4444 fetch-depth : 0
4545 token : ${{ secrets.TOKEN_GITHUB_ACTION }}
4646
4747 - name : Set up Java
48- uses : actions/setup-java@v3.9 .0
48+ uses : actions/setup-java@v4.0 .0
4949 with :
5050 distribution : ' zulu'
5151 java-version : 11
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 with :
4040 fetch-depth : 0
4141
4242 - name : Set up Java
43- uses : actions/setup-java@v3.9 .0
43+ uses : actions/setup-java@v4.0 .0
4444 with :
4545 distribution : ' zulu'
4646 java-version : 11
@@ -58,13 +58,13 @@ jobs:
5858
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262 with :
6363 fetch-depth : 0
6464 token : ${{ secrets.TOKEN_GITHUB_ACTION }}
6565
6666 - name : Set up Java
67- uses : actions/setup-java@v3.9 .0
67+ uses : actions/setup-java@v4.0 .0
6868 with :
6969 distribution : ' zulu'
7070 java-version : 11
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3.2.0
21+ uses : actions/checkout@v4.1.1
2222 with :
2323 fetch-depth : 0
2424
2929 xcode-version : ' 13.4.1'
3030
3131 - name : Set up Java
32- uses : actions/setup-java@v3.9 .0
32+ uses : actions/setup-java@v4.0 .0
3333 with :
3434 distribution : ' zulu'
3535 java-version : 11
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030
3131 steps :
3232 - name : Checkout the repo
33- uses : actions/checkout@v3.2.0
33+ uses : actions/checkout@v4.1.1
3434 with :
3535 fetch-depth : 0
3636
3737 - name : Set up Java
38- uses : actions/setup-java@v3.9 .0
38+ uses : actions/setup-java@v4.0 .0
3939 with :
4040 distribution : ' zulu'
4141 java-version : 11
@@ -73,12 +73,12 @@ jobs:
7373
7474 steps :
7575 - name : Checkout the repo
76- uses : actions/checkout@v3
76+ uses : actions/checkout@v4
7777 with :
7878 fetch-depth : 0
7979
8080 - name : Set up Java
81- uses : actions/setup-java@v3.9 .0
81+ uses : actions/setup-java@v4.0 .0
8282 with :
8383 distribution : ' zulu'
8484 java-version : 11
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.TOKEN_GITHUB_ACTION }}
1717
1818 - name : Set up Java
19- uses : actions/setup-java@v3.9 .0
19+ uses : actions/setup-java@v4.0 .0
2020 with :
2121 distribution : ' temurin'
2222 java-version : 11
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments