From db563b04ae552681ac5a5cb52c8ccc84a7bdc609 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 17 Mar 2023 01:58:16 -0500 Subject: [PATCH] Update actions --- .github/workflows/lint.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a90a3729f..4143331f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,11 +29,11 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Lint checks diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe76d8f32..480adab2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,11 +25,11 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: