Skip to content

Commit 4a7c737

Browse files
authored
Merge pull request #20 from hyperledger-web3j/cacheActionv4
Update build.yml
2 parents 3edbb85 + 30d1abb commit 4a7c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
java-version: 17
1919
- name: Cache Gradle packages
20-
uses: actions/cache@v2
20+
uses: actions/cache@v4
2121
with:
2222
path: ~/.gradle/caches
2323
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)