Skip to content

Commit a2a686e

Browse files
committed
Update GHA cache version
1 parent 4f5ca76 commit a2a686e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
java-version: ${{ matrix.java }}
1919

20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: |
2323
~/.gradle/caches

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
java-version: ${{ matrix.java }}
2020

21-
- uses: actions/cache@v2
21+
- uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.gradle/caches

0 commit comments

Comments
 (0)