Skip to content

Commit 2881caf

Browse files
authored
Bump actions/cache to 4.2.0 (#283)
* Bump actions/cache to 4.2.0 * Bump cmake to 4.1.2
1 parent 9c7997e commit 2881caf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212

1313
- name: Cache Gradle Files
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4.2.0
1515
with:
1616
path: |
1717
~/.gradle/caches/

.github/workflows/merge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Cache Gradle Files
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4.2.0
2222
with:
2323
path: |
2424
~/.gradle/caches/

litr-ffmpeg/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
externalNativeBuild {
2828
cmake {
2929
path file('src/main/cpp/CMakeLists.txt')
30-
version '3.18.1'
30+
version '4.1.2'
3131
}
3232
}
3333
}

litr/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
externalNativeBuild {
4343
cmake {
4444
path file('src/main/cpp/CMakeLists.txt')
45-
version '3.10.2'
45+
version '4.1.2'
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)