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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 607a2b332 Bump actions/setup-java from 4.3.0 to 4.4.0
607a2b332 is described below

commit 607a2b332e11d802fbdc5199f1375b57b1276547
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 27 12:10:46 2024 +0000

    Bump actions/setup-java from 4.3.0 to 4.4.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
4.3.0 to 4.4.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/2dfa2011c5b2a0f1489bf9e433881c92c1631f88...b36c23c0d998641eff861008f374ee103c25ac73)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@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 7117971aa..f0080360d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # 
v4.3.0
+      uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # 
v4.4.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to