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@v5.0.2
31+ - uses : actions/cache@v5.0.3
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@v5.0.2
39+ uses : actions/cache@v5.0.3
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@v5.0.2
46+ uses : actions/cache@v5.0.3
4747 with :
4848 path : ~/.m2
4949 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 with :
1717 distribution : ' zulu'
1818 java-version : 8
19- - uses : actions/cache@v5.0.2
19+ - uses : actions/cache@v5.0.3
2020 id : gradle-cache
2121 with :
2222 path : ~/.gradle/caches
2323 key : ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
2424 restore-keys : |
2525 - ${{ runner.os }}-gradle-
26- - uses : actions/cache@v5.0.2
26+ - uses : actions/cache@v5.0.3
2727 id : gradle-wrapper-cache
2828 with :
2929 path : ~/.gradle/wrapper
You can’t perform that action at this time.
0 commit comments