File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 fetch-depth : 0
2020 submodules : ' true'
2121
22- - name : Set up JDK 17
23- uses : actions/setup-java@v4
22+ - name : Set up JDK 21
23+ uses : actions/setup-java@v5
2424 with :
25- java-version : ' 17 '
25+ java-version : ' 21 '
2626 distribution : ' temurin'
2727
2828 - name : Setup Gradle to generate and submit dependency graphs
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 fetch-depth : 0
2020 submodules : ' true'
2121
22- - name : Set up JDK 17
23- uses : actions/setup-java@v4
22+ - name : Set up JDK 21
23+ uses : actions/setup-java@v5
2424 with :
25- java-version : ' 17 '
25+ java-version : ' 21 '
2626 distribution : ' temurin'
2727
2828 - name : Write google-services.json
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 fetch-depth : 0
2020 submodules : ' true'
2121
22- - name : Set up JDK 17
23- uses : actions/setup-java@v4
22+ - name : Set up JDK 21
23+ uses : actions/setup-java@v5
2424 with :
25- java-version : ' 17 '
25+ java-version : ' 21 '
2626 distribution : ' temurin'
2727
2828 - name : Write google-services.json
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 fetch-depth : 0
2121 submodules : ' true'
2222
23- - name : Set up JDK 17
24- uses : actions/setup-java@v4
23+ - name : Set up JDK 21
24+ uses : actions/setup-java@v5
2525 with :
26- java-version : ' 17 '
26+ java-version : ' 21 '
2727 distribution : ' temurin'
2828
2929 - name : Write google-services.json
You can’t perform that action at this time.
0 commit comments