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

mauzhang 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 c41c2fe  Bump actions/checkout from 5 to 6 (#15)
c41c2fe is described below

commit c41c2fe2faa8d06c246dfe300ebc06bed332deb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 10:26:00 2025 +0800

    Bump actions/checkout from 5 to 6 (#15)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      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 5f0f3a9..238047a 100644
--- a/.github/workflows/validate-pipeline.yml
+++ b/.github/workflows/validate-pipeline.yml
@@ -26,7 +26,7 @@ jobs:
       name: validate pipeline
       runs-on: ubuntu-latest
       steps:
-        - uses: actions/checkout@v5
+        - uses: actions/checkout@v6
           with:
             fetch-depth: 0
         - name: License Header Check

Reply via email to