Skip to content

Commit

Permalink
update github action java version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Nov 16, 2024
1 parent 6f2c055 commit 3ae40dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '22'
java-version: '23'
distribution: 'liberica'
cache: maven
- name: Publish
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '22'
java-version: '23'
distribution: 'liberica'
cache: maven

Expand Down

0 comments on commit 3ae40dc

Please sign in to comment.