This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new b0f730c2b Install Maven newer than 3.9.6
b0f730c2b is described below

commit b0f730c2be728316ad9f26ff5d384ce99241c0f6
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Aug 22 15:54:56 2024 +0300

    Install Maven newer than 3.9.6
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 84d946674..c4e906994 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -145,6 +145,11 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-maven-
       
+      - name: 'Setup Maven'
+        uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # 
v5
+        with:
+          maven-version: 3.9.9
+
       - name: Setup Temurin JDK
         uses: actions/setup-java@v4
         with:

Reply via email to