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 @@ -28,22 +28,22 @@ jobs:
2828 python -m pip install --upgrade pip
2929 if [ -f scripts/requirements.txt ]; then pip install -r scripts/requirements.txt; fi
3030
31- - uses : actions/cache@v4.1.2
31+ - uses : actions/cache@v4.2.0
3232 id : gradle-wrapper-cache
3333 with :
3434 path : ~/.gradle/wrapper
3535 key : ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }}
3636 restore-keys : ${{ runner.os }}-gradlewrapper-
3737
3838 - name : Cache Gradle packages
39- uses : actions/cache@v4.1.2
39+ uses : actions/cache@v4.2.0
4040 with :
4141 path : ~/.gradle/caches
4242 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
4343 restore-keys : ${{ runner.os }}-gradle
4444
4545 - name : Maven cache
46- uses : actions/cache@v4.1.2
46+ uses : actions/cache@v4.2.0
4747 with :
4848 path : ~/.m2
4949 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 with :
1616 distribution : ' zulu'
1717 java-version : 8
18- - uses : actions/cache@v4.1.2
18+ - uses : actions/cache@v4.2.0
1919 id : gradle-cache
2020 with :
2121 path : ~/.gradle/caches
2222 key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
2323 restore-keys : |
2424 - ${{ runner.os }}-gradle-
25- - uses : actions/cache@v4.1.2
25+ - uses : actions/cache@v4.2.0
2626 id : gradle-wrapper-cache
2727 with :
2828 path : ~/.gradle/wrapper
You can’t perform that action at this time.
0 commit comments