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-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new 4287f6e074 Bump actions/checkout from 6 to 7 (#4320)
4287f6e074 is described below
commit 4287f6e0743d2a5e057b9a29ae13aea245b4f605
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 19:47:44 2026 +0200
Bump actions/checkout from 6 to 7 (#4320)
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/pr-jenkins.yml | 4 ++--
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 b93419dc45..2e4fce3243 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 ae8fb72012..0d05bd0e7d 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/pr-jenkins.yml b/.github/workflows/pr-jenkins.yml
index d54ee34227..71f56b2164 100644
--- a/.github/workflows/pr-jenkins.yml
+++ b/.github/workflows/pr-jenkins.yml
@@ -37,12 +37,12 @@ jobs:
name: Jenkinsfiles
steps:
- name: Checkout repo
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
path: main
- name: Checkout shared libraries
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
repository: apache/incubator-kie-kogito-pipelines
path: jenkins-pipeline-shared-libraries
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]