File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
lint_markdown_files :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- name : Set up Ruby
21
21
uses : ruby/setup-ruby@v1
22
22
with :
31
31
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
35
35
with :
36
36
# You should create a personal access token and store it in your repository
37
37
token : ${{ secrets.CI_USER_TOKEN }}
87
87
api-level : [21, 25, 26, 29]
88
88
steps :
89
89
- name : checkout
90
- uses : actions/checkout@v2
90
+ uses : actions/checkout@v4
91
91
- name : set up JDK 17
92
92
uses : actions/setup-java@v1
93
93
with :
@@ -101,14 +101,14 @@ jobs:
101
101
- name : Grant execute permission for gradlew
102
102
run : chmod +x gradlew
103
103
- name : Gradle cache
104
- uses : actions/cache@v2
104
+ uses : actions/cache@v4
105
105
with :
106
106
path : |
107
107
~/.gradle/caches
108
108
~/.gradle/wrapper
109
109
key : gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
110
110
- name : AVD cache
111
- uses : actions/cache@v2
111
+ uses : actions/cache@v4
112
112
id : avd-cache
113
113
with :
114
114
path : |
You can’t perform that action at this time.
0 commit comments