Skip to content

Commit b1411f8

Browse files
Correct cache version
1 parent 2006249 commit b1411f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v2
1414

1515
- name: set up JDK
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 17
1919

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

0 commit comments

Comments
 (0)