From 743df2353e9350e2f5a3b3ff8c2c0aebb9ee2b1a Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 5 Nov 2022 15:26:13 +0100 Subject: [PATCH] build: update workflow actions (#982) [skip ci] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af2d5d842..3852005e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: with: fetch-depth: 0 - name: Setup JDK - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: '17' - distribution: 'adopt' + distribution: 'temurin' cache: gradle - name: Setup Android SDK uses: android-actions/setup-android@v2