From 8946a419f58876e27cc27a0f36c983300b5e9854 Mon Sep 17 00:00:00 2001 From: Guillermo Orellana Date: Mon, 12 Feb 2024 16:13:48 +0100 Subject: [PATCH] setup JDK well --- .github/workflows/pull_request.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 5404658..a05a32b 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -24,15 +24,15 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - name: Checkout - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 with: java-version: '18' distribution: 'temurin' cache: 'gradle' + - name: Checkout + uses: actions/checkout@v4 + - name: Cache gradle uses: actions/cache@v2 with: