File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 lint_markdown_files :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 - name : Set up Ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
3131 if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 # You should create a personal access token and store it in your repository
3737 token : ${{ secrets.CI_USER_TOKEN }}
8787 api-level : [21, 25, 26, 29]
8888 steps :
8989 - name : checkout
90- uses : actions/checkout@v2
90+ uses : actions/checkout@v4
9191 - name : set up JDK 17
9292 uses : actions/setup-java@v1
9393 with :
@@ -101,14 +101,14 @@ jobs:
101101 - name : Grant execute permission for gradlew
102102 run : chmod +x gradlew
103103 - name : Gradle cache
104- uses : actions/cache@v2
104+ uses : actions/cache@v4
105105 with :
106106 path : |
107107 ~/.gradle/caches
108108 ~/.gradle/wrapper
109109 key : gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
110110 - name : AVD cache
111- uses : actions/cache@v2
111+ uses : actions/cache@v4
112112 id : avd-cache
113113 with :
114114 path : |
You can’t perform that action at this time.
0 commit comments