Skip to content

Commit 061ebc8

Browse files
authored
EC3-1687 updating workflows (#504)
1 parent 780fca2 commit 061ebc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/android.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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 }}
@@ -87,7 +87,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)