mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-20 01:42:42 +00:00
Set up your GitHub Actions workflow with a specific version of Apache Maven
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| lib | ||
| node_modules | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| action.yml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
How To Use
Add this step into workflow
- name: Set up Maven
uses: stCarolas/setup-maven@v4
with:
maven-version: 3.5.4