Skip to content

Commit c181914

Browse files
committed
nit
1 parent 6737d8f commit c181914

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull_request_validation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: ♨️ Setup Java
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v3
2121
with:
22-
java-version: '12.x'
22+
java-version: '17'
23+
distribution: 'temurin'
2324

2425
- name: 🐦 Setup Flutter
2526
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)