This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 3ec0932 Bump actions/setup-java from v1.4.0 to v1.4.2 (#18) 3ec0932 is described below commit 3ec09320cb38ef6e809499372d3fa7c9f3b0a282 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Sep 18 11:19:19 2020 -0400 Bump actions/setup-java from v1.4.0 to v1.4.2 (#18) Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v1.4.0...8bb50d97d6b4d316daf284fdf8eafbfc988421fc) Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a9b035f..0865d71 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -39,7 +39,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v1.4.0 + uses: actions/setup-java@v1.4.2 with: java-version: ${{ matrix.java }} - name: Build with Maven