From cfa47371e75eab3c7a950c76ea842e8e6cc52f56 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sun, 31 Mar 2024 21:38:12 +0200 Subject: [PATCH] Update fix-formatting-and-license.yml --- .github/workflows/fix-formatting-and-license.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fix-formatting-and-license.yml b/.github/workflows/fix-formatting-and-license.yml index aba64be..5595ffa 100644 --- a/.github/workflows/fix-formatting-and-license.yml +++ b/.github/workflows/fix-formatting-and-license.yml @@ -13,10 +13,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 + - name: Set up JDK + uses: actions/setup-java@v4 with: - java-version: 1.8 + distribution: 'oracle' + java-version: '21' - name: Setup Android SDK uses: android-actions/setup-android@v2