Skip to content

Commit 98a3fe0

Browse files
committed
Bump actions/cache to v4
1 parent eea0698 commit 98a3fe0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
java-version: ${{ matrix.java }}
3434
- name: Cache Gradle Repository
35-
uses: actions/cache@v1
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.gradle/caches
3838
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}

.github/workflows/performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
java-version: ${{ matrix.java }}
3434
- name: Cache Gradle Repository
35-
uses: actions/cache@v1
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.gradle/caches
3838
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}

0 commit comments

Comments
 (0)