Skip to content

Commit 94cf3bb

Browse files
committed
LPD-49775 .github: updates worklow to actions/cache@v2
1 parent 6e643aa commit 94cf3bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
java-version: 1.8
2727
- name: Cache
28-
uses: actions/cache@v1
28+
uses: actions/cache@v2
2929
with:
3030
path: ~/.gradle/caches
3131
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
java-version: 1.8
2424
- name: Cache
25-
uses: actions/cache@v1
25+
uses: actions/cache@v2
2626
with:
2727
path: ~/.gradle/caches
2828
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)