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

derrickaw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-java-provider.git


The following commit(s) were added to refs/heads/main by this push:
     new c9a61a0  Bump actions/setup-python from 6 to 7 (#24)
c9a61a0 is described below

commit c9a61a07da2e8527c6ddb18a395f8eccb1edfd22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 26 23:55:51 2026 -0400

    Bump actions/setup-python from 6 to 7 (#24)
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
6 to 7.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](https://github.com/actions/setup-python/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '7'
      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/validate-pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/validate-pipeline.yml 
b/.github/workflows/validate-pipeline.yml
index fee6c46..f4e1d0d 100644
--- a/.github/workflows/validate-pipeline.yml
+++ b/.github/workflows/validate-pipeline.yml
@@ -41,7 +41,7 @@ jobs:
         - name: Build with Maven
           run: mvn -B package --file pom.xml
         - name: Set up python
-          uses: actions/setup-python@v6
+          uses: actions/setup-python@v7
           with:
             python-version: '3.12'
         - name: Set up Apache Beam Yaml

Reply via email to