github: switch gradle-cache-action back to tag qualifier

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-18 22:28:58 +05:30
parent f3107ed19a
commit 646ab03660
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -29,7 +29,7 @@ jobs:
if: ${{ steps.service-changed.outputs.result == 'true' }} if: ${{ steps.service-changed.outputs.result == 'true' }}
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- uses: burrunan/gradle-cache-action@61348edb3ed90fd775bd9738ac6535163f5b8c4b - uses: burrunan/gradle-cache-action@v1
name: Run unit tests name: Run unit tests
with: with:
arguments: testDebug arguments: testDebug