This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch v1
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v1 by this push:
new c41cf60 Bump actions/setup-java from 2.3.1 to 2.4.0
c41cf60 is described below
commit c41cf60c50122d5d191918428f682b00522ae6e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 30 02:17:59 2021 +0000
Bump actions/setup-java from 2.3.1 to 2.4.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.1...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/maven-verify.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 2f84c57..9040cca 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -83,7 +83,7 @@ jobs:
persist-credentials: false
- name: Set up JDK
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: ${{ inputs.ff-jdk }}
distribution: ${{ inputs.ff-jdk-distribution }}
@@ -123,7 +123,7 @@ jobs:
- name: Set up JDK
if: steps.should-run.conclusion == 'success'
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: ${{ matrix.jdk }}
distribution: ${{ matrix.distribution }}