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

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


The following commit(s) were added to refs/heads/main by this push:
     new bcd468974 Bump actions/checkout from 2 to 4 (#4527)
bcd468974 is described below

commit bcd4689740c03a87eaac64f3b90b99429e8ca2be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 28 12:32:26 2025 +0100

    Bump actions/checkout from 2 to 4 (#4527)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [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/v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      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/pull_request_no_chain.yml | 2 +-
 .github/workflows/push.yml                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pull_request_no_chain.yml 
b/.github/workflows/pull_request_no_chain.yml
index 0ff5e9662..205ff35f7 100644
--- a/.github/workflows/pull_request_no_chain.yml
+++ b/.github/workflows/pull_request_no_chain.yml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }} - Java ${{ matrix.java-version }} - Maven
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - name: Java and Maven Setup
       uses: kiegroup/kie-ci/.ci/actions/maven@main
       with:
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 5e2bd85a5..e4c0f7bc4 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -14,7 +14,7 @@ jobs:
         java: [8, 11]
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - name: Set up JDK
       uses: actions/setup-java@v4
       with:


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

Reply via email to