Skip to content

Commit

Permalink
Update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phensley committed Oct 15, 2024
1 parent aa65a60 commit 628ff07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
os: [ubuntu-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: temurin
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Build
run: ./gradlew build
Expand Down

0 comments on commit 628ff07

Please sign in to comment.