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-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 35d90dcc522 Bump actions/checkout from 6 to 7 (#6763)
35d90dcc522 is described below
commit 35d90dcc522e1b1d520a0b7fdfa4b71dc79f95f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 19:47:33 2026 +0200
Bump actions/checkout from 6 to 7 (#6763)
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-tests.yaml | 2 +-
.github/workflows/ci.yaml | 2 +-
.github/workflows/ci_check_license_headers.yaml | 2 +-
.github/workflows/split-package-detection.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml
index 0abd3e26003..f7d68187c79 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "SETUP :: Checkout to load local actions"
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: "SETUP :: Checkout @ Simulated squashed-merge if PR, else
checkout current commit"
id: checkout_pr
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index cbf05f7459d..33d0b8caa34 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -67,7 +67,7 @@ jobs:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v
LongPathsEnabled /t REG_DWORD /d 1 /f
- name: "SETUP :: Checkout to load local actions"
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: "SETUP :: Checkout @ Simulated squashed-merge if PR, else
checkout current commit"
id: checkout_pr
diff --git a/.github/workflows/ci_check_license_headers.yaml
b/.github/workflows/ci_check_license_headers.yaml
index 5094c148bcf..0015477fa3e 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/split-package-detection.yml
b/.github/workflows/split-package-detection.yml
index 32fb1693638..c5cf5d20dda 100644
--- a/.github/workflows/split-package-detection.yml
+++ b/.github/workflows/split-package-detection.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]