This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push: new 72c3592c Bump actions/setup-java from 2 to 3 (#1585) 72c3592c is described below commit 72c3592ce7eeab8fb022dc0700a66090af4b76c0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jul 12 10:29:53 2022 +0200 Bump actions/setup-java from 2 to 3 (#1585) * Bump actions/setup-java from 2 to 3.4.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.4.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3.4.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> * @v3 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jiri Daněk <jda...@redhat.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0aec8ca9..77aca003 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -621,7 +621,7 @@ jobs: ${{ runner.os }}-maven- - name: Install JDK ${{ matrix.java }} - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: distribution: 'adopt' java-version: 11 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org