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

Bump actions/cache from v2 to v2.1.4 #5

Merged
merged 1 commit into from Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,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