File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 # Checkout must run before the caching key is computed using the `hashFiles` method
3434
3535 - name : Cache Gradle Modules
4949
5050 # Install and setup JDK 17
5151 - name : Setup JDK 17
52- uses : actions/setup-java@v4
52+ uses : actions/setup-java@v5
5353 with :
5454 distribution : temurin
5555 java-version : 17
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Set up Java
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 java-version : ' 17'
2222 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments