Skip to content

Commit 078081f

Browse files
committed
chore: update cache version
1 parent f1b8e77 commit 078081f

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
java-version: '19'
1313

1414
- name: Cache Gradle and wrapper
15-
uses: actions/cache@v2
15+
uses: actions/cache@v4
1616
with:
1717
path: |
1818
~/.gradle/caches
@@ -40,7 +40,7 @@ jobs:
4040
run: echo ${{ secrets.DEBUG_KEYSTORE }} | base64 -d > $HOME/debug.keystore
4141

4242
- name: Cache Gradle and wrapper
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: |
4646
~/.gradle/caches

.idea/deploymentTargetSelector.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)