Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Oct 13, 2024
1 parent cbd3ce8 commit 9158355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up Java JDK 11
- name: Set up Java JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up Java JDK 11
- name: Set up Java JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 9158355

Please sign in to comment.