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

yamer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ee3fb2897 build(deps): bump actions/checkout from 3 to 6 (#3190)
2ee3fb2897 is described below

commit 2ee3fb2897cf5e658fc27742e791e488a4476bc4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 15:38:57 2026 +0100

    build(deps): bump actions/checkout from 3 to 6 (#3190)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/ci_check_license_headers.yaml | 2 +-
 .github/workflows/quarkus-snapshot.yml          | 4 ++--
 .github/workflows/sonarcloud.yml                | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci_check_license_headers.yaml 
b/.github/workflows/ci_check_license_headers.yaml
index 481fa933f3..f6c7c556c1 100644
--- a/.github/workflows/ci_check_license_headers.yaml
+++ b/.github/workflows/ci_check_license_headers.yaml
@@ -29,7 +29,7 @@ jobs:
 
     steps:
       - name: Checkout code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v6
 
       - name: Download Apache RAT
         run: |
diff --git a/.github/workflows/quarkus-snapshot.yml 
b/.github/workflows/quarkus-snapshot.yml
index a2f3b2a35a..913afd7aa6 100644
--- a/.github/workflows/quarkus-snapshot.yml
+++ b/.github/workflows/quarkus-snapshot.yml
@@ -55,13 +55,13 @@ jobs:
           cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version 
}}-maven${{ matrix.maven-version }}
 
       - name: Checkout repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v6
         with:
           path: current-repo
           ref: main
 
       - name: Checkout Ecosystem
-        uses: actions/checkout@v3
+        uses: actions/checkout@v6
         with:
           repository: ${{ env.ECOSYSTEM_CI_REPO }}
           ref: main
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index b5b0c58266..3d1a845124 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -45,7 +45,7 @@ jobs:
 
     steps:
       - name: Check out repository code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v6
         with:
           fetch-depth: 0
 


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

Reply via email to