Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 4, 2023
1 parent 2599b74 commit eb2bc39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ jobs:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- name: "jdk"
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: setup gradle
uses: gradle/gradle-build-action@v2
- name: "build"
run: ./gradlew build
- name: "determine status"
Expand Down

0 comments on commit eb2bc39

Please sign in to comment.