From 010c0a0e7f9062e6a3e15609abcc62b6931261c0 Mon Sep 17 00:00:00 2001 From: tiefensuche <10889432+tiefensuche@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:31:32 +0100 Subject: [PATCH] Update actions --- .github/workflows/android.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 97b1f66..1dc8274 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -4,7 +4,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '17' - run: ./gradlew assembleDebug - uses: actions/upload-artifact@v1 with: