[#456] GitHub Cache Action 3.0.3

This commit is contained in:
Carter Jernigan 2022-05-31 14:39:02 -04:00 committed by Carter Jernigan
parent 2091a3d373
commit acca250a8f
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ runs:
echo "org.gradle.daemon=false" >> ~/.gradle/gradle.properties
- name: Gradle Wrapper Cache
id: gradle-wrapper-cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles(format('{0}{1}', github.workspace, '/gradle/wrapper/gradle-wrapper.properties')) }}
- name: Gradle Dependency Cache
id: gradle-dependency-cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.gradle/caches/modules-2
key: ${{ runner.os }}-gradle-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/gradle.properties')) }}