Skip to content

Commit d45ccca

Browse files
committed
workflow updated.
1 parent 1b8b4a8 commit d45ccca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515

1616
- name: 🚚 Get latest code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- name: ☕ Set up JDK 11
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v3
2121
with:
2222
java-version: '11'
2323
distribution: 'temurin'

0 commit comments

Comments
 (0)