holgerfriedrich commented on code in PR #2791:
URL: https://github.com/apache/karaf/pull/2791#discussion_r3789606621
##########
.github/workflows/ci.yml:
##########
@@ -43,7 +43,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK 11
- uses: actions/[email protected]
+ uses: actions/[email protected]
Review Comment:
```suggestion
uses: actions/setup-java@v5
```
We did not use minor/path before #2789. I'd go beck to this scheme. v5
correctly points to 5.7.
##########
.github/workflows/ci.yml:
##########
@@ -75,7 +75,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v7
- name: Set up JDK 11
- uses: actions/[email protected]
+ uses: actions/[email protected]
Review Comment:
```suggestion
uses: actions/setup-java@v5
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]