Skip to content

Commit

Permalink
Change maven version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Jan 21, 2022
1 parent 0f86b66 commit 0fb5b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next-dev-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
java-version: 1.8
- uses: jvalkeal/setup-maven@v1
with:
maven-version: 3.6.3
maven-version: 3.8.4
- uses: jfrog/setup-jfrog-cli@v1
with:
version: 1.46.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 1.8
- uses: jvalkeal/setup-maven@v1
with:
maven-version: 3.6.3
maven-version: 3.8.4
- uses: jfrog/setup-jfrog-cli@v1
with:
version: 1.46.4
Expand Down

0 comments on commit 0fb5b5e

Please sign in to comment.