Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from ADClock/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
  • Loading branch information
V3lop5 committed Mar 9, 2021
2 parents 1b415dd + 60e42b2 commit ff6e576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
# Caching for speedup
#
- name: Gradle Cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
# Caching for speedup
#
- name: Gradle Cache
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit ff6e576

Please sign in to comment.