Skip to content

Commit ef72096

Browse files
1 parent 7dbfafa commit ef72096

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
with:
1818
java-version: ${{ matrix.java }}
1919
distribution: 'temurin'
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
id: gradle-cache
2222
with:
2323
path: |
2424
~/.gradle/caches
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
id: gradle-wrapper-cache
2828
with:
2929
path: |

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
with:
1717
java-version: 8
1818
distribution: 'temurin'
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
id: gradle-cache
2121
with:
2222
path: |
2323
~/.gradle/caches
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
id: gradle-wrapper-cache
2727
with:
2828
path: |

.github/workflows/snapshot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
with:
1818
java-version: 8
1919
distribution: 'temurin'
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
id: gradle-cache
2222
with:
2323
path: |
2424
~/.gradle/caches
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
26-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2727
id: gradle-wrapper-cache
2828
with:
2929
path: |

0 commit comments

Comments
 (0)