Skip to content

Commit

Permalink
Merge pull request #65 from YarikRevich/fix/actions
Browse files Browse the repository at this point in the history
Fix: actions issues
  • Loading branch information
YarikRevich authored Oct 6, 2024
2 parents 8f56077 + 9996bab commit 30e9369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 23
- name: "Set up JDK 23"
uses: oracle-actions/setup-java@v1
with:
website: oracle.com
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/public_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3

- name: "Set up JDK 23"
uses: oracle-actions/setup-java@v1
with:
java-version: '21'
cache: maven
distribution: 'temurin'
website: oracle.com
java-version: '23'

- name: "Install prerequisites"
run: |
Expand Down

0 comments on commit 30e9369

Please sign in to comment.