Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
dependabot[bot] 9ef7ed8888
Bump @actions/github from 1.1.0 to 5.0.0 ()
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 1.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-type: direct:production
  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-11 12:52:46 +02:00
.github Workflow names. 2021-06-10 19:30:39 +02:00
dist Tweaks 2021-06-10 15:20:38 +02:00
lib Tweaks 2021-06-10 15:20:38 +02:00
src Tweaks 2021-06-10 15:23:05 +02:00
.gitignore Matrix build. 2021-06-10 18:54:34 +02:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
README.md Refactoring 2021-06-10 14:37:24 +02:00
action.yml Refactoring 2021-06-10 14:37:24 +02:00
package-lock.json Bump @actions/github from 1.1.0 to 5.0.0 () 2021-06-11 12:52:46 +02:00
package.json Bump @actions/github from 1.1.0 to 5.0.0 () 2021-06-11 12:52:46 +02:00
tsconfig.json Some formatting. 2021-06-10 16:00:59 +02:00

README.md

How To Use

Add this step into workflow

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