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

github-bot pushed a commit to branch 
dependabot/github_actions/actions/checkout-5
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git

commit 14c001d56f11ec5d1dae7a0a450f8964e8a69aeb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 08:42:48 2026 +0000

    Bump actions/checkout from 3 to 5
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5.
    - [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...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/ci_check_license_headers.yaml     | 2 +-
 .github/workflows/issues.yml                        | 2 +-
 .github/workflows/publish-jitexecutor-native-rc.yml | 2 +-
 .github/workflows/publish-jitexecutor-native.yml    | 2 +-
 4 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 cb3819f18..d2e3a143b 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/issues.yml b/.github/workflows/issues.yml
index 6779e30d9..eb284e31e 100644
--- a/.github/workflows/issues.yml
+++ b/.github/workflows/issues.yml
@@ -26,7 +26,7 @@ jobs:
   message:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v6
     - name: Send a stream message
       uses: 
zulip/github-actions-zulip/send-message@e4c8f27c732ba9bd98ac6be0583096dea82feea5
       env:
diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 4d94d3872..2eda5e5d7 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -45,7 +45,7 @@ jobs:
         run: git config --system core.longpaths true
 
       - name: "Checkout kie-kogito-apps"
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
         with:
           repository: ${{ steps.version.outputs.REPOSITORY }}
           ref: ${{ steps.version.outputs.REF }}
diff --git a/.github/workflows/publish-jitexecutor-native.yml 
b/.github/workflows/publish-jitexecutor-native.yml
index 2f3e0a596..3ee230cb2 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -46,7 +46,7 @@ jobs:
         run: git config --system core.longpaths true
 
       - name: "Checkout kie-kogito-apps"
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
         with:
           repository: ${{ steps.version.outputs.REPOSITORY }}
           ref: ${{ steps.version.outputs.REF }}


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

Reply via email to