Skip to content

Commit

Permalink
7903736: Update GitHub actions used in jtreg's workflows
Browse files Browse the repository at this point in the history
Reviewed-by: jjg
  • Loading branch information
sormuras committed May 28, 2024
1 parent 046a70d commit 779d1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fetch-depth: 1

- name: 'Set up Java Development Kit'
uses: actions/setup-java@v3
uses: oracle-actions/setup-java@v1
with:
distribution: 'oracle'
java-version: '17'
website: oracle.com
release: 17

- name: 'Build JTReg'
shell: bash
Expand Down

0 comments on commit 779d1b2

Please sign in to comment.