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 44ff2af80 Bump actions/checkout from 4 to 6 (#4575)
44ff2af80 is described below
commit 44ff2af80b2fda6b2b1bd23de4ffbfb874cda42a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 14:21:04 2026 +0100
Bump actions/checkout from 4 to 6 (#4575)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [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/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
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 2ba309295..14a29a56a 100644
--- a/.github/workflows/pull_request_no_chain.yml
+++ b/.github/workflows/pull_request_no_chain.yml
@@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - Java ${{ matrix.java-version }} - Maven
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Java and Maven Setup
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
with:
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index e4c0f7bc4..bdbb66aa8 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -14,7 +14,7 @@ jobs:
java: [8, 11]
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v4
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]