Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Jul 24, 2024
1 parent c29af9c commit 4e90f4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- "windows-latest"
runs-on: "${{ matrix.os }}"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-java@v3"
- uses: "actions/checkout@v4"
- uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: 17
java-version: 21
- name: "Set up Gradle"
uses: "gradle/gradle-build-action@v2"
uses: "gradle/gradle-build-action@v3"
- name: "Execute Gradle Build"
run: "./gradlew build"

0 comments on commit 4e90f4a

Please sign in to comment.