We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a3c1a3 + 6423733 commit e61a2d8Copy full SHA for e61a2d8
1 file changed
.github/workflows/android.yml
@@ -6,6 +6,11 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
+permissions:
10
+ actions: write
11
+ contents: read
12
+ pull-requests: read
13
+
14
jobs:
15
build:
16
runs-on: ubuntu-latest
@@ -27,7 +32,7 @@ jobs:
27
32
echo -e "127.0.0.1/rtc" >> local.properties
28
33
29
34
- name: Cache Gradle and wrapper
30
- uses: actions/cache@v2
35
+ uses: actions/cache@v4
31
36
with:
37
path: |
38
~/.gradle/caches
0 commit comments