Skip to content

Commit aec1402

Browse files
authored
Merge pull request #329 from yueeng/dependabot/github_actions/actions/cache-4.1.2
Bump actions/cache from 4.1.1 to 4.1.2
2 parents c406e4c + 4f38929 commit aec1402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
java-version: '17'
2626
- name: Cache Gradle
27-
uses: actions/cache@v4.1.1
27+
uses: actions/cache@v4.1.2
2828
with:
2929
path: |
3030
~/.gradle/caches

0 commit comments

Comments
 (0)