This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new db2e1505d64 chore(deps): bump actions/setup-java from 4.7.1 to 5.2.0 
(#63095)
db2e1505d64 is described below

commit db2e1505d64d22eff67a92cabf2d7e6cdb8d3224
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 15:31:10 2026 +0100

    chore(deps): bump actions/setup-java from 4.7.1 to 5.2.0 (#63095)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
4.7.1 to 5.2.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/c5195efecf7bdfc987ee8bae7a71cb8b11521c00...be666c2fcd27ec809703dec50e508c2fdc7f6654)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/basic-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index a51fbfdcdf7..1eba3522250 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -115,7 +115,7 @@ jobs:
       - name: "Install SVN"
         run: sudo apt-get update && sudo apt-get install -y subversion
       - name: "Install Java (for Apache RAT)"
-        uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00  # 
v4.7.1
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654  # 
v5.2.0
         with:
           distribution: 'temurin'
           java-version: '17'

Reply via email to