Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
Wouter Born 7635506a32
Apply recent changes
This is the result of "npm run build && npm run format", see:

417e1a9899/package.json (L37)

Fixes #18

Signed-off-by: Wouter Born <github@maindrain.net>
2022-06-27 11:58:12 +02:00
lib Apply recent changes 2022-06-27 11:58:12 +02:00
node_modules Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
src Apply recent changes 2022-06-27 11:58:12 +02:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
action.yml Update maven to latest version 2021-08-31 14:19:54 +02:00
package-lock.json Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
package.json Update tool-cache to 1.3.1 2021-06-11 16:41:30 +02:00
README.md update readme for new version 2022-06-23 11:40:07 +03:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

How To Use

Add this step into workflow

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