Skip to content

Commit

Permalink
Update maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 9, 2023
1 parent 03c30d0 commit c425d3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ jobs:
distribution: 'adopt'
cache: 'maven'

- name: Installed Maven version
run: echo "version=$(mvn -q -v)" >> $GITHUB_OUTPUT
shell: bash

- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.5

- name: New Maven version
run: echo "version=$(mvn -q -v)" >> $GITHUB_OUTPUT
shell: bash

- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit c425d3e

Please sign in to comment.