This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push: new 5551c504de NO-JIRA: [Broker-J] Bump setup-java github action to the version 5 (#326) 5551c504de is described below commit 5551c504de69a3386528b4751cd10cba82492171 Author: Daniil Kirilyuk <daniel.kiril...@gmail.com> AuthorDate: Fri Sep 5 11:58:02 2025 +0200 NO-JIRA: [Broker-J] Bump setup-java github action to the version 5 (#326) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9e315860c..14c06db101 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Install JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: ${{ matrix.java }} distribution: 'temurin' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org