From 1af39e0424dc606cc5399c690c3effa9870cab4c Mon Sep 17 00:00:00 2001 From: sanderPostma Date: Fri, 21 Jun 2024 15:32:24 +0200 Subject: [PATCH] chore: updated ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c19fff60..9acc12e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,14 @@ jobs: os: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 with: distribution: adopt-hotspot java-version: 17 - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 - name: Grant execute permission for Gradlew (Linux/Mac) if: runner.os != 'Windows'