File tree 3 files changed +14
-8
lines changed
3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Set up JDK 11
16
- uses : actions/setup-java@v2
16
+ uses : actions/setup-java@v3
17
17
with :
18
18
java-version : ' 11'
19
19
distribution : ' adopt'
30
30
runs-on : ubuntu-latest
31
31
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
- name : Set up JDK 11
35
- uses : actions/setup-java@v2
35
+ uses : actions/setup-java@v3
36
36
with :
37
37
java-version : ' 11'
38
38
distribution : ' adopt'
@@ -51,12 +51,12 @@ jobs:
51
51
- name : Build release APKs
52
52
run : ./gradlew clean assembleRelease
53
53
- name : Publish PlayStore APK
54
- uses : actions/upload-artifact@v2
54
+ uses : actions/upload-artifact@v3
55
55
with :
56
56
name : app-release
57
57
path : app/build/outputs/apk/app/release
58
58
- name : Publish Github APK
59
- uses : actions/upload-artifact@v2
59
+ uses : actions/upload-artifact@v3
60
60
with :
61
61
name : app-github-release
62
62
path : app/build/outputs/apk/github/release
Original file line number Diff line number Diff line change 4
4
build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
7
+ - uses : actions/checkout@v3
8
8
- name : set up JDK 11
9
- uses : actions/setup-java@v2
9
+ uses : actions/setup-java@v3
10
10
with :
11
11
java-version : ' 11'
12
12
distribution : ' adopt'
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:base"
5
+ ]
6
+ }
You can’t perform that action at this time.
0 commit comments