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-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new 458ea538e Bump actions/checkout from 3 to 4 (#1975)
458ea538e is described below

commit 458ea538e365f7d0d43b8693e59c5f0b53082db4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 15 10:06:07 2024 +0100

    Bump actions/checkout from 3 to 4 (#1975)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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/publish-jitexecutor-native.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-jitexecutor-native.yml 
b/.github/workflows/publish-jitexecutor-native.yml
index 64141fb56..61bcb2205 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -52,7 +52,7 @@ jobs:
         run: git config --system core.longpaths true
 
       - name: "Checkout kie-kogito-apps"
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           repository: apache/incubator-kie-kogito-apps
           ref: ${{ steps.version.outputs.TAG }}
@@ -143,7 +143,7 @@ jobs:
     needs: [build_jitexecutor_native_binaries]
     steps:
       - name: "Checkout kie-kogito-apps"
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: "Download Windows binary"
         uses: actions/download-artifact@v2


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

Reply via email to