# setup-maven **Repository Path**: mirrors_olamy/setup-maven ## Basic Information - **Project Name**: setup-maven - **Description**: Set up your GitHub Actions workflow with a specific version of Apache Maven - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-17 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### How To Use Add this step into workflow ``` - name: Set up Maven uses: stCarolas/setup-maven@v4.3 with: maven-version: 3.8.2 ```