Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from boswelja/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
boswelja authored Jun 11, 2021
2 parents dce3494 + b0e9278 commit 15d98fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"

- name: Cache Gradle packages
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-cache-${{ hashFiles('**/*.gradle.kts') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'adopt'
java-version: 11
- name: Cache Gradle packages
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-cache-${{ hashFiles('**/*.gradle.kts') }}
Expand All @@ -38,7 +38,7 @@ jobs:
distribution: 'adopt'
java-version: 11
- name: Cache Gradle packages
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-cache-${{ hashFiles('**/*.gradle.kts') }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
repotoken: ${{ secrets.GITHUB_TOKEN }}
arguments: "--android"
- name: Cache Gradle packages
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-cache-${{ hashFiles('**/*.gradle.kts') }}
Expand Down

0 comments on commit 15d98fa

Please sign in to comment.