Skip to content

Commit

Permalink
Upgrade maven
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 5, 2024
1 parent 6dfd006 commit 651ffb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
activate-environment: AST
environment-file: environment.yml
- name: Install maven
uses: s4u/setup-maven-action@v1.8.0
uses: s4u/setup-maven-action@v1.12.0
with:
java-version: 17
maven-version: ${{ matrix.maven }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/small-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install PdfLaTeX
run: sudo apt update && sudo apt install texlive-latex-extra -y
- name: Install maven
uses: s4u/setup-maven-action@v1.8.0
uses: s4u/setup-maven-action@v1.12.0
with:
java-version: 17
maven-version: ${{ matrix.maven }}
Expand Down

0 comments on commit 651ffb0

Please sign in to comment.