diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5554862..0c81910 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: with: java-version: 8 - - run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.3 + - run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.4 shell: bash test-ok: diff --git a/README.md b/README.md index 81467ad..a17aaf6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is composite action which help to prepare GitHub Actions environment for Ma # Project versioning This project uses [Semantic Versioning](https://semver.org/). -We recommended to use the latest and specific release version. +We recommended using the latest and specific release version. In order to keep your project dependencies up to date you can watch this repository *(Releases only)* or use automatic tools like [Dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates). @@ -27,15 +27,15 @@ or use automatic tools like [Dependabot](https://docs.github.com/en/code-securit ## checkout -| params | destination | -| -------------------------- |------------------ | -| checkout-fetch-depth | fetch-depth | +| params | destination | +|----------------------|-------------| +| checkout-fetch-depth | fetch-depth | ## setup-java | params | destination | default | -| ----------------- |------------- |-------- | +|-------------------|--------------|---------| | java-version | java-version | | | java-distribution | distribution | temurin | @@ -55,23 +55,23 @@ A cache action is configured as: So we can use for action: -| params | description | -| ----------------- |--------------------------------------------------------- | -| cache-path | default cache path for Maven with value ~/.m2/repository | -| cache-path-add | additional value for cache path | -| cache-prefix | prefix value for `key` and `restore-keys` cache params | +| params | description | +|----------------|----------------------------------------------------------| +| cache-path | default cache path for Maven with value ~/.m2/repository | +| cache-path-add | additional value for cache path | +| cache-prefix | prefix value for `key` and `restore-keys` cache params | ## setup-maven | params | destination | default | -| ------------- |-------------- |-------- | -| maven-version | maven-version | 3.8.3 | +|---------------|---------------|---------| +| maven-version | maven-version | 3.8.4 | ## maven-settings-action | params | destination | -| -------------------------- |------------------ | +|----------------------------|-------------------| | settings-servers | servers | | settings-mirrors | mirrors | | settings-properties | properties | diff --git a/action.yml b/action.yml index d56f073..bcce9d0 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ inputs: # maven version maven-version: description: 'The Maven version to set up' - default: '3.8.3' + default: '3.8.4' required: false # maven settings.xml