(axis-axis2-java-core) branch master updated: Bump actions/setup-java from 3 to 4

2023-12-02 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new c94a424881 Bump actions/setup-java from 3 to 4
c94a424881 is described below

commit c94a4248812b8d761622980d7b99dd9e993cf42b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 30 14:02:59 2023 +

Bump actions/setup-java from 3 to 4

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 
4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e08e0450a4..90b6f9d3fd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
   maven-java-${{ matrix.java }}-
   maven-
 - name: Set up Java
-  uses: actions/setup-java@v3
+  uses: actions/setup-java@v4
   with:
 java-version: ${{ matrix.java }}
 distribution: 'zulu'
@@ -68,7 +68,7 @@ jobs:
   maven-deploy-
   maven-
 - name: Set up Java
-  uses: actions/setup-java@v3
+  uses: actions/setup-java@v4
   with:
 java-version: 15
 distribution: 'zulu'



(axis-axis2-java-core) branch dependabot/github_actions/actions/setup-java-4 deleted (was 87c5f4f32a)

2023-12-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/setup-java-4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 87c5f4f32a Bump actions/setup-java from 3 to 4

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.