Skip to content

Commit 54d7624

Browse files
authored
Update package.yml
1 parent 48980ee commit 54d7624

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Set up JDK 1.8
23-
uses: actions/setup-java@v1
22+
- name: Set up JDK 17
23+
uses: actions/setup-java@v4
2424
with:
25-
java-version: '8.0.181'
25+
java-version: '17'
2626
java-package: jdk
2727
architecture: x64
2828
- name: Set up Maven
2929
uses: stCarolas/setup-maven@v3
3030
with:
31-
maven-version: 3.6.1
31+
maven-version: '3.8.8'
3232
- name: Change Maven Settings
3333
uses: whelk-io/maven-settings-xml-action@v12
3434
with:

0 commit comments

Comments
 (0)