Skip to content

Commit

Permalink
chore: updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jun 21, 2024
1 parent 8268263 commit 1af39e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1af39e0

Please sign in to comment.