Skip to content

Commit d944f1b

Browse files
authored
Merge pull request #149 from sureshg/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents b2e1a4b + 6eb031a commit d944f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
gradle-version: wrapper
9595

9696
- name: 🚄 Cache Gradle
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: |
100100
~/.gradle/caches
@@ -104,7 +104,7 @@ jobs:
104104
${{ runner.os }}-gradle-
105105
106106
- name: 🚄 Cache Kotlin Native Compiler
107-
uses: actions/cache@v3
107+
uses: actions/cache@v4
108108
with:
109109
path: ~/.konan
110110
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}

0 commit comments

Comments
 (0)