This is an automated email from the ASF dual-hosted git repository.
yesamer 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 e8a02e076 Bump actions/checkout from 6 to 7 (#2345)
e8a02e076 is described below
commit e8a02e0762ec890daee1a2958a548eff469c5175
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 19:47:41 2026 +0200
Bump actions/checkout from 6 to 7 (#2345)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
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/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 b93419dc4..2e4fce324 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@v6
+ uses: actions/checkout@v7
- name: Download Apache RAT
run: |
diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
index ae8fb7201..0d05bd0e7 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@v6
+ - uses: actions/checkout@v7
- name: Send a stream message
uses:
zulip/github-actions-zulip/send-message@f675f2b4eb2a95fae974215476dcb7ad8dfeff6b
env:
diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 27aed4221..064f2ce10 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@v6
+ uses: actions/checkout@v7
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 44a7fde2c..7a1e616da 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@v6
+ uses: actions/checkout@v7
with:
repository: ${{ steps.version.outputs.REPOSITORY }}
ref: ${{ steps.version.outputs.REF }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]