Skip to content

Commit d067475

Browse files
committed
Merge branch 'main' into feature/update-checkout-action-v5
2 parents d0906ea + a11e403 commit d067475

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'adopt'
31-
java-version: '17'
31+
java-version: '21'
3232
- name: Install dependencies
3333
run: sudo apt-get install -yq grep coreutils wget curl
3434
- name: Check out repository code
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Unzip Eclipse from archive
4545
run: unzip -qq -o $ECLIPSE_ARCHIVE.zip
46-
# Import projects into Eclipse workspace
46+
# Import projects into Eclipse workspace
4747
- name: Setup Eclipse workspace
4848
run: |
4949
export START_PWD=$PWD
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/setup-java@v4
8585
with:
8686
distribution: 'adopt'
87-
java-version: '17'
87+
java-version: '21'
8888
- name: Download JAR file
8989
uses: actions/download-artifact@v4
9090
with:

0 commit comments

Comments
 (0)