Skip to content

Commit bdde8b2

Browse files
authored
Merge pull request #211 from Kotlin-Android-Open-Source/renovate/major-all-deps
chore(deps): update actions/cache action to v4
2 parents 9b14a9a + 508de62 commit bdde8b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '17'
2626

2727
- name: Cache gradle, wrapper and buildSrc
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/gradle-versions-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: '17'
2424

2525
- name: Cache gradle, wrapper and buildSrc
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/review-suggest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'zulu'
2121
java-version: '17'
2222
- name: Cache gradle, wrapper and buildSrc
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.gradle/caches

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '17'
2626

2727
- name: Cache gradle, wrapper and buildSrc
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
path: |
3131
~/.gradle/caches

0 commit comments

Comments
 (0)