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

potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-11-test by this push:
     new b7631ee923d chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0 
(#63092)
b7631ee923d is described below

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

    chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0 (#63092)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
5.6.0 to 6.2.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - 
[Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...a309ff8b426b58ec0e2a45f0f869d46889d02405)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.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/finalize-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/finalize-tests.yml 
b/.github/workflows/finalize-tests.yml
index 5444d1f077e..7fdd8c8fee2 100644
--- a/.github/workflows/finalize-tests.yml
+++ b/.github/workflows/finalize-tests.yml
@@ -200,7 +200,7 @@ jobs:
           path: ./artifacts
           pattern: test-warnings-*
       - name: "Setup python"
-        uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065  # 
v5.6.0
+        uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405  # 
v6.2.0
         with:
           python-version: ${{ inputs.default-python-version }}
       - name: "Summarize all warnings"

Reply via email to