Skip to content

Commit

Permalink
Merge pull request #20 from hyperledger-web3j/cacheActionv4
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
NickSneo authored Jan 13, 2025
2 parents 3edbb85 + 30d1abb commit 4a7c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
java-version: 17
- name: Cache Gradle packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down

0 comments on commit 4a7c737

Please sign in to comment.