Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
dependabot[bot] 3a9e16d33d
Bump prettier from 1.19.1 to 2.3.1 (#3)
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 13:57:25 +02:00
.github Update pr_flow.yaml 2021-06-10 13:56:30 +02:00
lib change url to archive mirror 2020-02-03 13:46:22 +03:00
node_modules Fix #4 Update @actions/core 2020-11-19 16:36:25 +01:00
src Ensures the proper dynamically constructed Apache mirror download is used instead of apache archive server which would cap/block at a certain download capacity 2021-04-09 09:19:11 -07:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
README.md Update README.md 2020-11-20 21:17:16 +03:00
action.yml update description 2019-12-07 16:42:10 +03:00
package-lock.json Bump prettier from 1.19.1 to 2.3.1 (#3) 2021-06-10 13:57:25 +02:00
package.json Bump prettier from 1.19.1 to 2.3.1 (#3) 2021-06-10 13:57:25 +02:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

README.md

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v4
      with:
        maven-version: 3.5.4