Skip to content

Commit

Permalink
upgrade to checkout v4, removed java options
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Nov 20, 2023
1 parent 9119309 commit 339bbf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jpos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: ${{ matrix.java }}
java-options: "-XX:+EnablePreview"
cache: 'gradle'
# - name: Cache Gradle packages
# uses: actions/cache@v2
Expand Down

0 comments on commit 339bbf7

Please sign in to comment.