mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Bump actions/cache to v2 (#2746)
This commit is contained in:
4
.github/workflows/deploy-snapshot.yaml
vendored
4
.github/workflows/deploy-snapshot.yaml
vendored
@@ -14,12 +14,12 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Cache Gradle Caches
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/caches/
|
||||
key: cache-gradle-deploy-snapshot
|
||||
- name: Cache Gradle Wrapper
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/wrapper/
|
||||
key: cache-wrapper-deploy-snapshot
|
||||
|
||||
4
.github/workflows/pre-merge.yaml
vendored
4
.github/workflows/pre-merge.yaml
vendored
@@ -35,12 +35,12 @@ jobs:
|
||||
|
||||
|
||||
- name: Cache Gradle Caches
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/caches/
|
||||
key: cache-clean-gradle-${{ matrix.os }}-${{ matrix.jdk }}
|
||||
- name: Cache Gradle Wrapper
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.gradle/wrapper/
|
||||
key: cache-clean-wrapper-${{ matrix.os }}-${{ matrix.jdk }}
|
||||
|
||||
Reference in New Issue
Block a user