8
8
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v2.1.1
12
12
13
13
- name : Check Gradle wrapper
14
-
14
+
15
15
16
16
- name : Set up JDK 11
17
17
18
18
with :
19
19
java-version : 11
20
20
21
21
- name : Set up Gradle Cache
22
- uses : actions/cache@v1.1.2
22
+ uses : actions/cache@v1.2.0
23
23
with :
24
24
path : ~/.gradle/caches
25
25
key : ${{ runner.OS }}-gradle-${{ hashFiles('**/versions.gradle') }}
@@ -38,14 +38,14 @@ jobs:
38
38
run : ./gradlew ktlintCheck detekt build bundle
39
39
40
40
- name : Store reports
41
- uses : actions/upload-artifact@v1 .0.0
41
+ uses : actions/upload-artifact@v2 .0.1
42
42
if : always()
43
43
with :
44
44
name : Reports
45
45
path : build/reports
46
46
47
47
- name : Store outputs
48
- uses : actions/upload-artifact@v1 .0.0
48
+ uses : actions/upload-artifact@v2 .0.1
49
49
if : always()
50
50
with :
51
51
name : Outputs
@@ -58,19 +58,19 @@ jobs:
58
58
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v2.1.1
62
62
with :
63
63
fetch-depth : ' 0'
64
64
65
65
- name : Download outputs
66
- uses : actions/download-artifact@v1
66
+ uses : actions/download-artifact@v2.0.1
67
67
with :
68
68
name : Outputs
69
69
path : build/outputs
70
70
71
71
- id : calculate-commit-range
72
72
name : Calculate commit range
73
- uses : actions/github-script@0.8 .0
73
+ uses : actions/github-script@v1.1 .0
74
74
with :
75
75
github-token : ${{github.token}}
76
76
previews : ' antiope-preview'
0 commit comments