Skip to content

Commit

Permalink
Merge pull request #58 from eMoflon/feature/update-setup-maven-action-v5
Browse files Browse the repository at this point in the history
Updates setup-maven Action to v5
  • Loading branch information
maxkratz authored Feb 8, 2024
2 parents 25b41a9 + 020a20d commit 05f7959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Build with Maven
Expand All @@ -59,7 +59,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Create JavaDoc with Maven
Expand All @@ -85,7 +85,7 @@ jobs:
sudo apt-get install -yq glpk-utils libglpk-dev glpk-doc libglpk-java libglpk40
sudo cp /usr/lib/x86_64-linux-gnu/jni/libglpk_java.* /usr/lib/
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Test with Maven
Expand Down

0 comments on commit 05f7959

Please sign in to comment.