This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new ef3003cfb Use latest maven in snapshot deployment
ef3003cfb is described below
commit ef3003cfb75a20b841c8105e78590cfa9a9f8180
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jul 26 10:57:37 2024 +0200
Use latest maven in snapshot deployment
---
.github/workflows/master-build.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/master-build.yml
b/.github/workflows/master-build.yml
index c4c8d995c..882cbe768 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -60,6 +60,11 @@ jobs:
restore-keys: |
ubuntu-latest-maven-
+ - name: Set up Maven
+ uses: stCarolas/setup-maven@v5
+ with:
+ maven-version: '3.9.8'
+
- name: Check version (SNAPSHOT)
# Only deploy SNAPSHOT versions. We do not use "exit 1" because we
still want the workflow
# to report success, we just want this job to do nothing.