Skip to content

Commit

Permalink
Update build workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed May 10, 2022
1 parent cf024b0 commit 8bee5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
uses: actions/dependency-review-action@v1

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt

- name: Copy CI gradle.properties
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt

- name: Copy CI gradle.properties
run: |
Expand Down

0 comments on commit 8bee5ac

Please sign in to comment.