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

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d631689d chore(deps): bump actions/checkout from 4 to 6 (#3685)
3d631689d is described below

commit 3d631689d74bf6a1ed0bf8b7308af28c4d406c24
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 09:56:55 2026 -0400

    chore(deps): bump actions/checkout from 4 to 6 (#3685)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](https://github.com/actions/checkout/compare/v4...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/pr_rat_check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr_rat_check.yml 
b/.github/workflows/pr_rat_check.yml
index a98c1d92e..5c2352ee3 100644
--- a/.github/workflows/pr_rat_check.yml
+++ b/.github/workflows/pr_rat_check.yml
@@ -37,7 +37,7 @@ jobs:
     name: RAT License Check
     runs-on: ubuntu-slim
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
       - name: Set up Java
         uses: actions/setup-java@v5
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to